uid is uid_t, gid is gid_t
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 26 Oct 1987 03:57:56 +0000 (19:57 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 26 Oct 1987 03:57:56 +0000 (19:57 -0800)
SCCS-vsn: lib/libc/sys/stat.2 6.7

usr/src/lib/libc/sys/stat.2

index 43c73f1..639e8a4 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)stat.2      6.6 (Berkeley) %G%
+.\"    @(#)stat.2      6.7 (Berkeley) %G%
 .\"
 .TH STAT 2 ""
 .UC 4
 .\"
 .TH STAT 2 ""
 .UC 4
@@ -66,8 +66,8 @@ The contents of the structure pointed to by
        ino_t   st_ino; /* this inode's number */
        u_short st_mode;        /* protection */
        short   st_nlink;       /* number or hard links to the file */
        ino_t   st_ino; /* this inode's number */
        u_short st_mode;        /* protection */
        short   st_nlink;       /* number or hard links to the file */
-       short   st_uid; /* user-id of owner */
-       short   st_gid; /* group-id of owner */
+       uid_t   st_uid; /* user-id of owner */
+       gid_t   st_gid; /* group-id of owner */
        dev_t   st_rdev;        /* the device type, for inode that is device */
        off_t   st_size;        /* total size of file */
        time_t  st_atime;       /* file last access time */
        dev_t   st_rdev;        /* the device type, for inode that is device */
        off_t   st_size;        /* total size of file */
        time_t  st_atime;       /* file last access time */