diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-09 02:05:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-09 02:05:43 +0000 |
commit | 881a33c22d2a42d1372f4097b61791d56b3c9558 (patch) | |
tree | d290fa432a22ae7d93c423a1e500544819341cc4 | |
parent | 9711ee5c1f6949affbb66994d2c5443ad9394e70 (diff) | |
download | mig-881a33c22d2a42d1372f4097b61791d56b3c9558.tar.gz mig-881a33c22d2a42d1372f4097b61791d56b3c9558.tar.bz2 mig-881a33c22d2a42d1372f4097b61791d56b3c9558.zip |
.
-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. |