1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-05 00:22:17 +03:00
* sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
This commit is contained in:
Ulrich Drepper 1999-11-01 23:15:14 +00:00
parent 976780fdbe
commit bebb184e55
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1999-11-01 Ulrich Drepper <drepper@cygnus.com> 1999-11-01 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
* sysdeps/unix/sysv/linux/i386/getrlimit.c: New file. * sysdeps/unix/sysv/linux/i386/getrlimit.c: New file.
* manual/texinfo.tex: Updated. * manual/texinfo.tex: Updated.

View File

@ -93,6 +93,7 @@ struct arphdr
#define ARPHRD_ADAPT 264 #define ARPHRD_ADAPT 264
#define ARPHRD_ROSE 270 #define ARPHRD_ROSE 270
#define ARPHRD_X25 271 /* CCITT X.25. */ #define ARPHRD_X25 271 /* CCITT X.25. */
#define ARPHDR_HWX25 272 /* Boards with X.25 in firmware. */
#define ARPHRD_PPP 512 #define ARPHRD_PPP 512
#define ARPHRD_HDLC 513 /* (Cisco) HDLC. */ #define ARPHRD_HDLC 513 /* (Cisco) HDLC. */
#define ARPHRD_LAPB 516 /* LAPB. */ #define ARPHRD_LAPB 516 /* LAPB. */