]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- add define ARPHRD_ATM 19 /* ATM */ in include/pseudo2_4.h
authorareq <areq@pld-linux.org>
Fri, 23 Nov 2001 11:12:44 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2-fix-2_2.patch -> 1.2

iproute2-fix-2_2.patch

index ca94b754976e41c7c3236be6a87937f8408f5007..01162c1a854bdac88204965af8d66531b1764d14 100644 (file)
@@ -1,6 +1,6 @@
 --- ./include/pseudo2_4.h.org  Sun Oct 28 22:58:55 2001
 +++ ./include/pseudo2_4.h      Sun Oct 28 23:09:54 2001
-@@ -0,0 +1,47 @@
+@@ -0,0 +1,51 @@
 +/* 
 + * These are definitions needed to build iproute2 with kernel 2.2
 + */
 +#define ETH_P_ECONET          0x0018  /* Acorn Econet                 */
 +#endif
 +
++#ifndef ARPHRD_ATM
++#define ARPHRD_ATM      19              /* ATM                          */
++#endif
++
+
 --- ./lib/ll_types.c.org       Sun Oct 28 23:01:45 2001
 +++ ./lib/ll_types.c   Sun Oct 28 23:02:17 2001
 @@ -23,6 +23,7 @@
This page took 0.167459 seconds and 4 git commands to generate.