Indented with src/scripts/indent-emp.

This commit is contained in:
Markus Armbruster 2003-09-02 20:48:48 +00:00
parent 5f263a7753
commit 9b7adfbecc
437 changed files with 52211 additions and 51052 deletions

View file

@ -35,15 +35,14 @@
#define MAXIOV 16
struct ioqueue {
struct qelem queue; /* queue fwd/back */
int bsize; /* basic block size */
int cc; /* character count */
struct qelem queue; /* queue fwd/back */
int bsize; /* basic block size */
int cc; /* character count */
};
struct io {
struct qelem queue; /* list of ioqueue elements */
int nbytes; /* number of data bytes present */
int offset; /* offset into current entry */
s_char *data; /* pointer to start */
struct qelem queue; /* list of ioqueue elements */
int nbytes; /* number of data bytes present */
int offset; /* offset into current entry */
s_char *data; /* pointer to start */
};