Merge from vendor branch TNF:
[pkgsrcv2.git] / net / ppp-mppe / patches / patch-ae
1 $NetBSD$
2
3 --- pppd/eui64.c.orig   Sat Sep 18 00:27:38 1999
4 +++ pppd/eui64.c        Sat Sep 18 00:27:59 1999
5 @@ -24,6 +24,7 @@
6  
7  static const char rcsid[] = RCSID;
8  
9 +#ifdef INET6
10  /*
11   * eui64_ntoa - Make an ascii representation of an interface identifier
12   */
13 @@ -38,3 +39,4 @@
14              e.e8[4], e.e8[5], e.e8[6], e.e8[7]);
15      return buf;
16  }
17 +#endif