diff --git a/src/process.c b/src/process.c index 99412ccc088bbf326d32afcdf4f4f408ee76abcf..6512da71df33a1c91cbd7707be49157fbe646b6d 100644 --- a/src/process.c +++ b/src/process.c @@ -131,6 +131,7 @@ extern char *strerror (); extern char *sys_errlist[]; #endif +#ifndef SYS_SIGLIST_DECLARED #ifndef VMS #ifndef BSD4_1 #ifndef LINUX @@ -168,6 +169,7 @@ char *sys_siglist[] = }; #endif #endif /* VMS */ +#endif /* ! SYS_SIGLIST_DECLARED */ /* t means use pty, nil means use a pipe, maybe other values to come. */