quick fix for sys_siglist redeclaration. this really should be reworked
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Thu, 25 Feb 1993 03:40:11 +0000 (19:40 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Thu, 25 Feb 1993 03:40:11 +0000 (19:40 -0800)
SCCS-vsn: usr.bin/sccs/sccs.c 5.12

usr/src/usr.bin/sccs/sccs.c

index 1ab8285..fed99e0 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)sccs.c     5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)sccs.c     5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/cdefs.h>
 #endif /* not lint */
 
 #include <sys/cdefs.h>
@@ -242,7 +242,9 @@ bool        Debug;                  /* turn on tracing */
 extern char    *getenv();
 # endif V6
 
 extern char    *getenv();
 # endif V6
 
+# ifdef DECLARE_SIGLIST
 extern char    *sys_siglist[];
 extern char    *sys_siglist[];
+# endif
 
 char *gstrcat(), *strcat();
 char *gstrncat(), *strncat();
 
 char *gstrcat(), *strcat();
 char *gstrncat(), *strncat();