diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-30 07:59:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-30 07:59:08 +0000 |
commit | 442c29abe59cf0c8a151aeb7825a026e79f2f6d3 (patch) | |
tree | b32b75d63c86fa74d57c14a8c223092258b6bf01 | |
parent | f5164429135806c41da679afb662d8482eec0a41 (diff) | |
download | glibc-442c29abe59cf0c8a151aeb7825a026e79f2f6d3.tar.gz |
Update.
* sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions. * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using netlink if possible. Fall back on ioctl method if necessary. + * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h. * include/unistd.h: Declare __truncate. * sysdeps/generic/truncate.c: Also define __truncate. diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index cdd64e36b4..e621041a24 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -25,6 +25,7 @@ sizes.h socketcall.h sysctl.c termio.h +netlinkaccess.h net/ethernet.h net/if_arp.h net/if_packet.h |