Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
  • Loading branch information
Ulrich Drepper committed Nov 1, 1999
1 parent 976780f commit bebb184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
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.

* manual/texinfo.tex: Updated.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/net/if_arp.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct arphdr
#define ARPHRD_ADAPT 264
#define ARPHRD_ROSE 270
#define ARPHRD_X25 271 /* CCITT X.25. */
#define ARPHDR_HWX25 272 /* Boards with X.25 in firmware. */
#define ARPHRD_PPP 512
#define ARPHRD_HDLC 513 /* (Cisco) HDLC. */
#define ARPHRD_LAPB 516 /* LAPB. */
Expand Down

0 comments on commit bebb184

Please sign in to comment.