about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/arpa/inet.h2
-rw-r--r--linuxthreads/ChangeLog7
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c727f967..7f9163c3f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index 65733b618c..49a8e8ced7 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -1 +1,3 @@
 #include <inet/arpa/inet.h>
+
+extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp);
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 5039a12ba8..fff24c8a03 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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.