This commit is contained in:
Michael Kerrisk 2008-08-06 20:09:41 +00:00
parent b101827706
commit 116e7cd9df
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ struct ipc_perm {
uid_t cuid; /* Effective UID of creator */
gid_t cgid; /* Effective GID of creator */
unsigned short \fBmode\fP; /* Permissions */
unsigned __short seq; /* Sequence number */
unsigned short __seq; /* Sequence number */
};
.in
.fi