BSD 4_3_Tahoe release
[unix-history] / usr / src / lib / libc / gen / perror.c
index c3bec72..89e21b8 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)perror.c   5.2 (Berkeley) 3/9/86";
+static char sccsid[] = "@(#)perror.c   5.3 (Berkeley) 9/30/87";
 #endif LIBC_SCCS and not lint
 
 /*
 #endif LIBC_SCCS and not lint
 
 /*
@@ -16,8 +16,8 @@ static char sccsid[] = "@(#)perror.c  5.2 (Berkeley) 3/9/86";
 #include <sys/uio.h>
 
 int    errno;
 #include <sys/uio.h>
 
 int    errno;
-int    sys_nerr;
-char   *sys_errlist[];
+extern int     sys_nerr;
+extern char    *sys_errlist[];
 perror(s)
        char *s;
 {
 perror(s)
        char *s;
 {