diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
commit | 0566b130fbb77c2673d0459b4d9ff825fc68b094 (patch) | |
tree | b97f81bcd1d03f95d3b2bd90749b7aac27b28908 /sysdeps | |
parent | e6fb884634cded8d92da107d09354409ac1f52a5 (diff) | |
download | glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.gz glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.xz glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.zip |
Update.
2003-01-21 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/ioctls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/ioctls.h b/sysdeps/unix/sysv/linux/bits/ioctls.h index b49ca20764..11bb4c4853 100644 --- a/sysdeps/unix/sysv/linux/bits/ioctls.h +++ b/sysdeps/unix/sysv/linux/bits/ioctls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -48,6 +48,7 @@ #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */ #define SIOCGIFMTU 0x8921 /* get MTU size */ #define SIOCSIFMTU 0x8922 /* set MTU size */ +#define SIOCSIFNAME 0x8923 /* set interface name */ #define SIOCSIFHWADDR 0x8924 /* set hardware address */ #define SIOCGIFENCAP 0x8925 /* get/set encapsulations */ #define SIOCSIFENCAP 0x8926 |