sys_errlist defined in stdio.h (in a complicated fashion...)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 22 May 1993 05:36:44 +0000 (21:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 22 May 1993 05:36:44 +0000 (21:36 -0800)
SCCS-vsn: bin/pax/tty_subs.c 1.2

usr/src/bin/pax/tty_subs.c

index ac8eaf1..03b9fe7 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tty_subs.c 1.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)tty_subs.c 1.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -39,7 +39,6 @@ static char sccsid[] = "@(#)tty_subs.c        1.1 (Berkeley) %G%";
 #define DEVTTY          "/dev/tty"      /* device for interactive i/o */
 static FILE *ttyoutf = NULL;           /* output pointing at control tty */
 static FILE *ttyinf = NULL;            /* input pointing at control tty */
 #define DEVTTY          "/dev/tty"      /* device for interactive i/o */
 static FILE *ttyoutf = NULL;           /* output pointing at control tty */
 static FILE *ttyinf = NULL;            /* input pointing at control tty */
-extern char *sys_errlist[];            /* errno printable strings */
 
 /*
  * tty_init()
 
 /*
  * tty_init()