comparison src/ChangeLog @ 96620:3bea8ede5bd0

* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was always defined as int. * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT): * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT): * s/gnu-linux.h (HAVE_WAIT_HEADER): * s/freebsd.h (HAVE_WAIT_HEADER): * s/bsd-common.h (HAVE_UNION_WAIT): * s/aix4-2.h (HAVE_WAIT_HEADER): * m/mips.h (HAVE_UNION_WAIT): * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used. (COFF, static): Do not define, they are undefined later in the file. * process.c (update_status): Don't use a union. (status_convert): (sigchld_handler): Use int instead of WAITTYPE. * movemail.c (main): Use int instead of WAITTYPE.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 12 Jul 2008 05:31:23 +0000
parents 44d71ca880f5
children 79121a8f01e3
comparison
equal deleted inserted replaced
96619:029de4e224b6 96620:3bea8ede5bd0
1 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
4 always defined as int.
5
6 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9 * s/freebsd.h (HAVE_WAIT_HEADER):
10 * s/bsd-common.h (HAVE_UNION_WAIT):
11 * s/aix4-2.h (HAVE_WAIT_HEADER):
12 * m/mips.h (HAVE_UNION_WAIT):
13 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14 (COFF, static): Do not define, they are undefined later in the file.
15
16 * process.c (update_status): Don't use a union.
17 (status_convert):
18 (sigchld_handler): Use int instead of WAITTYPE.
19
1 2008-07-12 Chong Yidong <cyd@stupidchicken.com> 20 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2 21
3 * indent.c (Fvertical_motion): Restore hscroll before moving to 22 * indent.c (Fvertical_motion): Restore hscroll before moving to
4 goal column. 23 goal column.
5 24