Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 30 Oct 1999 16:16:15 +0000 (16:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 30 Oct 1999 16:16:15 +0000 (16:16 +0000)
* socket/Makefile (distribute): Add ifreq.h.

ChangeLog
socket/Makefile

index 9f56758..c31c10c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-10-30  Ulrich Drepper  <drepper@cygnus.com>
 
+       * socket/Makefile (distribute): Add ifreq.h.
+
        * manual/time.texi (Formatting Date and Time): Revise comments about
        origins of the formats with ISO C99 references.
 
index 360a1dc..d68461e 100644 (file)
@@ -28,4 +28,6 @@ routines := accept bind connect getpeername getsockname getsockopt    \
            listen recv recvfrom recvmsg send sendmsg sendto            \
            setsockopt shutdown socket socketpair isfdtype opensock
 
+distribute := ifreq.h
+
 include ../Rules