From 13632cfc66bb9a1b55f3b6077b3f84d3de131c87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Jun 1999 10:18:54 +0000 Subject: Update. 1999-06-01 Ulrich Drepper * manual/llio.texi: Remove menu entry for removed section. 1999-05-29 Andreas Schwab * sysdeps/unix/sysv/linux/sigaction.c: Fix typo and avoid unused variables. 1999-06-01 Andreas Jaeger * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_DDCMP): Add it (from Linux 2.3.4). --- sysdeps/unix/sysv/linux/net/if_arp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/net') diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h index c4ac8e8400..25d65702cd 100644 --- a/sysdeps/unix/sysv/linux/net/if_arp.h +++ b/sysdeps/unix/sysv/linux/net/if_arp.h @@ -92,6 +92,7 @@ struct arphdr #define ARPHRD_PPP 512 #define ARPHRD_HDLC 513 /* (Cisco) HDLC. */ #define ARPHRD_LAPB 516 /* LAPB. */ +#define ARPHRD_DDCMP 517 /* Digital's DDCMP. */ #define ARPHRD_TUNNEL 768 /* IPIP tunnel. */ #define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel. */ -- cgit v1.2.3