# HG changeset patch # User Dan Nicolaescu # Date 1285938404 25200 # Node ID 3d4521b949dffc6f381721436f6e195ad8475270 # Parent 3bc79f337a57724422a6d1208f7d3f253058bba0 * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it. diff -r 3bc79f337a57 -r 3d4521b949df src/ChangeLog --- a/src/ChangeLog Fri Oct 01 06:04:07 2010 -0700 +++ b/src/ChangeLog Fri Oct 01 06:06:44 2010 -0700 @@ -1,5 +1,7 @@ 2010-10-01 Dan Nicolaescu + * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it. + * process.c: Move #include earlier. (SIGCHLD): Remove conditional definition, syssignal.h defines it. (pty_name): Move definition later. diff -r 3bc79f337a57 -r 3d4521b949df src/callproc.c --- a/src/callproc.c Fri Oct 01 06:04:07 2010 -0700 +++ b/src/callproc.c Fri Oct 01 06:06:44 2010 -0700 @@ -24,13 +24,6 @@ #include #include #include - -/* Define SIGCHLD as an alias for SIGCLD. */ - -#if !defined (SIGCHLD) && defined (SIGCLD) -#define SIGCHLD SIGCLD -#endif /* SIGCLD */ - #include #ifdef HAVE_UNISTD_H