summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-30 16:16:15 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-30 16:16:15 +0000
commit8adcb4a8ede2176b0550fc49c74de3c4a0320b5e (patch)
tree30704fd6b192d424fa165110651938571d18c541
parent0c34b1e9b5f8cf667dd287be2c25cd2e1a2cff7c (diff)
Update.
* socket/Makefile (distribute): Add ifreq.h.
-rw-r--r--ChangeLog2
-rw-r--r--socket/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f56758318..c31c10c350 100644
--- 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.
diff --git a/socket/Makefile b/socket/Makefile
index 360a1dc753..d68461e16e 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -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