Spelling fixes for include/
This commit is contained in:
parent
1acf0dba17
commit
2f98c0ba01
include
@ -63,7 +63,7 @@ typedef struct {
|
|||||||
/* fields in third byte */
|
/* fields in third byte */
|
||||||
unsigned qr: 1; /*%< response flag */
|
unsigned qr: 1; /*%< response flag */
|
||||||
unsigned opcode: 4; /*%< purpose of message */
|
unsigned opcode: 4; /*%< purpose of message */
|
||||||
unsigned aa: 1; /*%< authoritive answer */
|
unsigned aa: 1; /*%< authoritative answer */
|
||||||
unsigned tc: 1; /*%< truncated message */
|
unsigned tc: 1; /*%< truncated message */
|
||||||
unsigned rd: 1; /*%< recursion desired */
|
unsigned rd: 1; /*%< recursion desired */
|
||||||
/* fields in fourth byte */
|
/* fields in fourth byte */
|
||||||
@ -77,7 +77,7 @@ typedef struct {
|
|||||||
/* fields in third byte */
|
/* fields in third byte */
|
||||||
unsigned rd :1; /*%< recursion desired */
|
unsigned rd :1; /*%< recursion desired */
|
||||||
unsigned tc :1; /*%< truncated message */
|
unsigned tc :1; /*%< truncated message */
|
||||||
unsigned aa :1; /*%< authoritive answer */
|
unsigned aa :1; /*%< authoritative answer */
|
||||||
unsigned opcode :4; /*%< purpose of message */
|
unsigned opcode :4; /*%< purpose of message */
|
||||||
unsigned qr :1; /*%< response flag */
|
unsigned qr :1; /*%< response flag */
|
||||||
/* fields in fourth byte */
|
/* fields in fourth byte */
|
||||||
|
@ -756,11 +756,11 @@ OM_uint32 gss_release_oid
|
|||||||
OM_uint32 gss_decapsulate_token
|
OM_uint32 gss_decapsulate_token
|
||||||
(const gss_buffer_t, /* mechanism independent token */
|
(const gss_buffer_t, /* mechanism independent token */
|
||||||
gss_OID, /* desired mechanism */
|
gss_OID, /* desired mechanism */
|
||||||
gss_buffer_t /* decapsulated mechanism dependant token */
|
gss_buffer_t /* decapsulated mechanism dependent token */
|
||||||
);
|
);
|
||||||
|
|
||||||
OM_uint32 gss_encapsulate_token
|
OM_uint32 gss_encapsulate_token
|
||||||
(const gss_buffer_t, /* mechanism dependant token */
|
(const gss_buffer_t, /* mechanism dependent token */
|
||||||
gss_OID, /* desired mechanism */
|
gss_OID, /* desired mechanism */
|
||||||
gss_buffer_t /* encapsulated mechanism independent token */
|
gss_buffer_t /* encapsulated mechanism independent token */
|
||||||
);
|
);
|
||||||
|
@ -184,7 +184,7 @@ struct __res_state {
|
|||||||
u_int16_t nscount;
|
u_int16_t nscount;
|
||||||
u_int16_t nstimes[MAXNS]; /*%< ms. */
|
u_int16_t nstimes[MAXNS]; /*%< ms. */
|
||||||
int nssocks[MAXNS];
|
int nssocks[MAXNS];
|
||||||
struct __res_state_ext *ext; /*%< extention for IPv6 */
|
struct __res_state_ext *ext; /*%< extension for IPv6 */
|
||||||
} _ext;
|
} _ext;
|
||||||
} _u;
|
} _u;
|
||||||
};
|
};
|
||||||
|
@ -314,7 +314,7 @@ __END_DECLS
|
|||||||
* Somebody has to wait for incoming requests and then call the correct
|
* Somebody has to wait for incoming requests and then call the correct
|
||||||
* service routine. The routine svc_run does infinite waiting; i.e.,
|
* service routine. The routine svc_run does infinite waiting; i.e.,
|
||||||
* svc_run never returns.
|
* svc_run never returns.
|
||||||
* Since another (co-existant) package may wish to selectively wait for
|
* Since another (co-existent) package may wish to selectively wait for
|
||||||
* incoming calls or other events outside of the rpc architecture, the
|
* incoming calls or other events outside of the rpc architecture, the
|
||||||
* routine svc_getreq is provided. It must be passed readfds, the
|
* routine svc_getreq is provided. It must be passed readfds, the
|
||||||
* "in-place" results of a select system call (see select, section 2).
|
* "in-place" results of a select system call (see select, section 2).
|
||||||
|
@ -150,7 +150,7 @@ program MOUNTPROG {
|
|||||||
version MOUNTVERS {
|
version MOUNTVERS {
|
||||||
/*
|
/*
|
||||||
* Does no work. It is made available in all RPC services
|
* Does no work. It is made available in all RPC services
|
||||||
* to allow server reponse testing and timing
|
* to allow server response testing and timing
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
MOUNTPROC_NULL(void) = 0;
|
MOUNTPROC_NULL(void) = 0;
|
||||||
@ -205,7 +205,7 @@ program MOUNTPROG {
|
|||||||
version MOUNTVERS3 {
|
version MOUNTVERS3 {
|
||||||
/*
|
/*
|
||||||
* Does no work. It is made available in all RPC services
|
* Does no work. It is made available in all RPC services
|
||||||
* to allow server reponse testing and timing
|
* to allow server response testing and timing
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
MOUNTPROC_NULL(void) = 0;
|
MOUNTPROC_NULL(void) = 0;
|
||||||
|
@ -121,7 +121,7 @@ struct fattr {
|
|||||||
unsigned uid; /* owner user id */
|
unsigned uid; /* owner user id */
|
||||||
unsigned gid; /* owner group id */
|
unsigned gid; /* owner group id */
|
||||||
unsigned size; /* file size in bytes */
|
unsigned size; /* file size in bytes */
|
||||||
unsigned blocksize; /* prefered block size */
|
unsigned blocksize; /* preferred block size */
|
||||||
unsigned rdev; /* special device # */
|
unsigned rdev; /* special device # */
|
||||||
unsigned blocks; /* Kb of disk used by file */
|
unsigned blocks; /* Kb of disk used by file */
|
||||||
unsigned fsid; /* device # */
|
unsigned fsid; /* device # */
|
||||||
@ -402,7 +402,7 @@ struct fattr3 {
|
|||||||
uid3 uid; /* owner user id */
|
uid3 uid; /* owner user id */
|
||||||
gid3 gid; /* owner group id */
|
gid3 gid; /* owner group id */
|
||||||
size3 size; /* file size in bytes */
|
size3 size; /* file size in bytes */
|
||||||
size3 used; /* prefered block size */
|
size3 used; /* preferred block size */
|
||||||
specdata3 rdev; /* special device # */
|
specdata3 rdev; /* special device # */
|
||||||
uint64 fsid; /* device # */
|
uint64 fsid; /* device # */
|
||||||
fileid3 fileid; /* inode # */
|
fileid3 fileid; /* inode # */
|
||||||
|
@ -192,8 +192,8 @@ struct ping_args {
|
|||||||
* note that modifications will appear as two entries, for names, they have
|
* note that modifications will appear as two entries, for names, they have
|
||||||
* an "OLD" entry followed by a "NEW" entry. For entries in tables, there
|
* an "OLD" entry followed by a "NEW" entry. For entries in tables, there
|
||||||
* is a remove followed by an add. It is done this way so that we can read
|
* is a remove followed by an add. It is done this way so that we can read
|
||||||
* the log backwards to back out transactions and forwards to propogate
|
* the log backwards to back out transactions and forwards to propagate
|
||||||
* updated.
|
* updates.
|
||||||
*/
|
*/
|
||||||
enum log_entry_t {
|
enum log_entry_t {
|
||||||
LOG_NOP = 0,
|
LOG_NOP = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user