# HG changeset patch # User Dave Love # Date 941582417 0 # Node ID 9275b6adbad2b3ea6c80df431f976f7145bf9c3a # Parent 62ed5e47e20c719a8169b7daf3272ef27d365064 Undo last change and define _GNU_SOURCE before config.h. diff -r 62ed5e47e20c -r 9275b6adbad2 src/process.c --- a/src/process.c Tue Nov 02 14:23:20 1999 +0000 +++ b/src/process.c Tue Nov 02 22:40:17 1999 +0000 @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ +#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */ #include - #include /* This file is split into two parts by the following preprocessor @@ -43,9 +43,6 @@ #ifdef HAVE_UNISTD_H #include #endif -#ifdef HAVE_STRING_H -#include -#endif #ifdef WINDOWSNT #include @@ -62,7 +59,7 @@ #endif /* NEED_NET_ERRNO_H */ #endif /* HAVE_SOCKETS */ -/* TERM is a poor-man's SLIP, used on Linux. */ +/* TERM is a poor-man's SLIP, used on GNU/Linux. */ #ifdef TERM #include #endif