projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b0156
)
Add argument to all prototypes.
author
drepper
<drepper>
Mon, 8 Dec 1997 02:33:09 +0000
(
02:33
+0000)
committer
drepper
<drepper>
Mon, 8 Dec 1997 02:33:09 +0000
(
02:33
+0000)
inet/netgroup.h
patch
|
blob
|
history
diff --git
a/inet/netgroup.h
b/inet/netgroup.h
index
a37244c
..
804a201
100644
(file)
--- a/
inet/netgroup.h
+++ b/
inet/netgroup.h
@@
-65,6
+65,6
@@
extern int __internal_setnetgrent (const char *group,
extern void __internal_endnetgrent (struct __netgrent *datap);
extern int __internal_getnetgrent_r (char **hostp, char **userp,
char **domainp, struct __netgrent *datap,
- char *buffer, size_t buflen);
+ char *buffer, size_t buflen
, int *errnop
);
#endif /* netgroup.h */