added smb_grpid to smb_passwd struct
authorLuke Leighton <lkcl@samba.org>
Fri, 8 May 1998 14:09:13 +0000 (14:09 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 8 May 1998 14:09:13 +0000 (14:09 +0000)
(This used to be commit bcafdcda85581cee4b7b5ead4526c30851e461bf)

source3/include/smb.h

index 11e7409a9a80565b4da3516b18d76d5a18c4dd18..542545147ba13171d27d6acbdafd995acfd8c29c 100644 (file)
@@ -295,6 +295,7 @@ struct smb_passwd
        char *munged_dial ; /* munged path name and dial-back tel number */
 
        int smb_userid;       /* this is actually the unix uid_t */
+       int smb_grpid;        /* this is actually the unix gid_t */
        uint32 user_rid;      /* Primary User ID */
        uint32 group_rid;     /* Primary Group ID */