Mercurial > emacs
comparison src/ChangeLog @ 109951:63671fb2a78d
Fix the w32 build after revno 101162.
sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff for w32.
s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H, it's done
in nt/config.nt.
makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 22 Aug 2010 20:00:08 +0300 |
parents | 5bf026670e73 |
children | 2a42692178ca |
comparison
equal
deleted
inserted
replaced
109950:5bf026670e73 | 109951:63671fb2a78d |
---|---|
1 2010-08-22 Eli Zaretskii <eliz@gnu.org> | 1 2010-08-22 Eli Zaretskii <eliz@gnu.org> |
2 | |
3 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff | |
4 for w32. | |
5 | |
6 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H, | |
7 it's done in nt/config.nt. | |
8 | |
9 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h. | |
2 | 10 |
3 * unexcoff.c (report_error, make_hdr, write_segment) | 11 * unexcoff.c (report_error, make_hdr, write_segment) |
4 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec): | 12 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec): |
5 Convert argument lists and prototypes to ANSI C. | 13 Convert argument lists and prototypes to ANSI C. |
6 (make_hdr, write_segment): Remove unused variables. | 14 (make_hdr, write_segment): Remove unused variables. |