diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 08:14:29 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 08:14:29 +0000 |
commit | 38eb40ea11b26e12c1118ccd9d18889fc310c1fc (patch) | |
tree | 847d68d72bf2c64215aaf2e363bb2d54c05ae9a3 | |
parent | 90c00a4c965cd591498259bb0615feefa9720b9a (diff) | |
download | glibc-38eb40ea11b26e12c1118ccd9d18889fc310c1fc.tar.gz glibc-38eb40ea11b26e12c1118ccd9d18889fc310c1fc.tar.xz glibc-38eb40ea11b26e12c1118ccd9d18889fc310c1fc.zip |
Update.
2000-12-27 Andreas Jaeger <aj@suse.de> * sysdeps/mach/hurd/if_index.c (__protocol_available): Uncomment, it's not needed at the moment. * sysdeps/generic/if_index.c (__protocol_available): Likewise. * sysdeps/unix/sysv/linux/if_index.c (__protocol_available): Likewise.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 494fa7b63b..bdec950ad2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-12-27 Andreas Jaeger <aj@suse.de> + + * sysdeps/mach/hurd/if_index.c (__protocol_available): Uncomment, + it's not needed at the moment. + * sysdeps/generic/if_index.c (__protocol_available): Likewise. + * sysdeps/unix/sysv/linux/if_index.c (__protocol_available): Likewise. + 2000-12-26 Andreas Jaeger <aj@suse.de> * libio/getc_u.c: Include stdio.h via system path to get internal |