diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/rpc/clnt_perror.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 17e3ca778..942a4bfe2 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -5,6 +5,10 @@ Wed Jul 24 07:58:38 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * Makefile.in (DEPLIBS): Use correct version number for gssapi_krb5 dependency. +Tue Jul 23 23:49:47 1996 Sam Hartman <hartmans@tertius.mit.edu> + + * clnt_perror.c: Don't declare strcpy. + Tue Jul 23 11:24:32 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * xdr.c: Do not declare malloc(). diff --git a/src/lib/rpc/clnt_perror.c b/src/lib/rpc/clnt_perror.c index 7e6edeeeb..82b6317f7 100644 --- a/src/lib/rpc/clnt_perror.c +++ b/src/lib/rpc/clnt_perror.c @@ -50,7 +50,7 @@ extern char *sys_errlist[]; #endif static char *auth_errmsg(); -extern char *strcpy(); + static char *buf; |
