2000-04-03  Andreas Jaeger  <aj@suse.de>

	* include/arpa/inet.h (__inet_aton): Add protoype.
This commit is contained in:
Ulrich Drepper 2000-04-04 06:38:32 +00:00
parent 41aefe41b8
commit bd45711455
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-04-03 Andreas Jaeger <aj@suse.de>
* include/arpa/inet.h (__inet_aton): Add protoype.
2000-04-01 Andreas Jaeger <aj@suse.de>
* sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.

View File

@ -1 +1,3 @@
#include <inet/arpa/inet.h>
extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp);

View File

@ -1,3 +1,10 @@
2000-04-01 Andreas Jaeger <aj@suse.de>
* attr.c: Use shlib-compat macros.
* oldsemaphore.c: Likewise.
* pthread.c: Likewise.
* weaks.c: Likewise.
2000-03-26 Ulrich Drepper <drepper@redhat.com>
* semaphore.c (sem_timedwait): New function.