artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ce571
)
initgroups(3) 2nd argument should be gid_t
author
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 21:33:17 +0000
(21:33 +0000)
committer
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 21:33:17 +0000
(21:33 +0000)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index
637b6c3
..
ae4f7aa
100644
(file)
--- a/
include/unistd.h
+++ b/
include/unistd.h
@@
-126,7
+126,7
@@
int getpagesize __P((void));
char *getpass __P((const char *));
char *getusershell __P((void));
char *getwd __P((char *)); /* obsoleted by getcwd() */
-int initgroups __P((const char *,
in
t));
+int initgroups __P((const char *,
gid_
t));
int iruserok __P((u_long, int, const char *, const char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));