diff options
Diffstat (limited to 'pwd/getpw.c')
-rw-r--r-- | pwd/getpw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pwd/getpw.c b/pwd/getpw.c index 5973ef0eea..52224f414e 100644 --- a/pwd/getpw.c +++ b/pwd/getpw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1996, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,96,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ in the given buffer. This knows the format that the caller will expect, but this need not be the format of the password file. */ -int __getpw __P ((__uid_t uid, char *buf)); +int __getpw (__uid_t uid, char *buf); int __getpw (uid, buf) |