# HG changeset patch # User Roland McGrath # Date 760935137 0 # Node ID ffe51baf272871ecb287372e9754e555c942b298 # Parent 3a543d9ccca5e5cb50938c13353abde0d2e299bd (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. diff -r 3a543d9ccca5 -r ffe51baf2728 src/process.c --- a/src/process.c Fri Feb 11 02:50:00 1994 +0000 +++ b/src/process.c Fri Feb 11 02:52:17 1994 +0000 @@ -131,6 +131,7 @@ extern char *sys_errlist[]; #endif +#ifndef SYS_SIGLIST_DECLARED #ifndef VMS #ifndef BSD4_1 #ifndef LINUX @@ -168,6 +169,7 @@ }; #endif #endif /* VMS */ +#endif /* ! SYS_SIGLIST_DECLARED */ /* t means use pty, nil means use a pipe, maybe other values to come. */