FreeBSD Bugzilla – Attachment 11242 Details for
Bug 22210
typeof(passwd->pw_gid) != typeof(group->gr_gid)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 591 bytes, created by
clefevre
on 2000-10-22 15:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
clefevre
Created:
2000-10-22 15:20:01 UTC
Size:
591 bytes
patch
obsolete
>Index: grp.h >=================================================================== >RCS file: /home/ncvs/src/include/grp.h,v >retrieving revision 1.3 >diff -u -r1.3 grp.h >--- grp.h 1997/05/07 19:59:59 1.3 >+++ grp.h 2000/10/22 14:09:14 >@@ -41,6 +41,8 @@ > #ifndef _GRP_H_ > #define _GRP_H_ > >+#include <sys/types.h> >+ > #ifndef _POSIX_SOURCE > #define _PATH_GROUP "/etc/group" > #endif >@@ -48,7 +50,7 @@ > struct group { > char *gr_name; /* group name */ > char *gr_passwd; /* group password */ >- int gr_gid; /* group id */ >+ gid_t gr_gid; /* group id */ > char **gr_mem; /* group members */ > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22210
: 11242