aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/netbsd.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ba487f8892..63df36364ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-07-13 Richard M. Stallman <rms@gnu.org>
2
3 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
4
12003-07-13 Terje Rosten <terjeros@phys.ntnu.no> 52003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
2 6
3 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, 7 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index e5cba617ad3..c39ad8ed730 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -70,6 +70,9 @@
70#ifdef HAVE_CRTIN 70#ifdef HAVE_CRTIN
71#define START_FILES_1 /usr/lib/crti.o 71#define START_FILES_1 /usr/lib/crti.o
72#define END_FILES_1 /usr/lib/crtn.o 72#define END_FILES_1 /usr/lib/crtn.o
73#else
74#define START_FILES_1
75#define END_FILES_1
73#endif 76#endif
74 77
75#define HAVE_WAIT_HEADER 78#define HAVE_WAIT_HEADER