diff options
Diffstat (limited to 'pwd/getpw.c')
-rw-r--r-- | pwd/getpw.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pwd/getpw.c b/pwd/getpw.c index 88fa873bea..f2dbe28a02 100644 --- a/pwd/getpw.c +++ b/pwd/getpw.c @@ -29,9 +29,7 @@ int __getpw (__uid_t uid, char *buf); int -__getpw (uid, buf) - __uid_t uid; - char *buf; +__getpw (__uid_t uid, char *buf) { size_t buflen; char *tmpbuf; |