* socket/Makefile (distribute): Add ifreq.h.
This commit is contained in:
Ulrich Drepper 1999-10-30 16:16:15 +00:00
parent 0c34b1e9b5
commit 8adcb4a8ed
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View 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