pkgsrc/net/pppd/patches/patch-ao
cube 3e86158156 Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.
The PPP Daemon is the userland part of the Point-to-Point Protocol.  It works
in combination with a dedicated kernel network interface usually named ppp.
PPP is a very extensible protocol and pppd supports a large number of options,
including compression (through various algorithms), cryptography (Microsoft's
MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has
the relevant back-ends in some cases.
2005-01-02 02:51:40 +00:00

17 lines
393 B
Text

$NetBSD: patch-ao,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
--- pppd/eui64.c.orig 2002-12-05 00:03:32.000000000 +0100
+++ pppd/eui64.c
@@ -41,6 +41,7 @@
static const char rcsid[] = RCSID;
+#ifdef INET6
/*
* eui64_ntoa - Make an ascii representation of an interface identifier
*/
@@ -55,3 +56,4 @@ eui64_ntoa(e)
e.e8[4], e.e8[5], e.e8[6], e.e8[7]);
return buf;
}
+#endif