diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,9 +1,19 @@ +1999-10-08 Roland McGrath <roland@baalperazim.frob.com> + + * server.c (WriteIncludes): Write: + #ifndef _GNU_SOURCE + #define _GNU_SOURCE 1 + #endif + into the output before all else. This is required for building + stubs with GNU libc's built-in Mach/MiG support code. + * user.c (WriteIncludes): Likewise. + 1999-06-22 Thomas Bushnell, BSG <tb@mit.edu> - * configure.in: Bump version to 1.1. First official net release. + * configure.in: Bump version to 1.1. First official net release. * configure, Makefile.in, aclocal.m4: Regenerated. - + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * configure.in: Bump version to 1.0.2. |