diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-03 01:09:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-03 01:09:07 +0000 |
commit | 1fea35df834491655062921f75430daced802be0 (patch) | |
tree | 4e7116fd3c12f912c862d0a1b9e4567625645955 | |
parent | 39e2ba40dfaddec6ddc03384431ac19f1c7014cf (diff) | |
download | pkgsrc-1fea35df834491655062921f75430daced802be0.tar.gz |
Make this work on alpha:
Pull in <string.h> to get the prototype of memcpy()
-rw-r--r-- | net/ppp/files/patch-sum | 3 | ||||
-rw-r--r-- | net/ppp/patches/patch-ae | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/net/ppp/files/patch-sum b/net/ppp/files/patch-sum index ef1c584ea33..c71af30dc56 100644 --- a/net/ppp/files/patch-sum +++ b/net/ppp/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ +$NetBSD: patch-sum,v 1.2 2000/10/03 01:09:07 hubertf Exp $ MD5 (patch-aa) = d6eced5f2696691f8d732b1cf802f7ba MD5 (patch-ab) = 298b165cf474a1b43836538d8e4e2f50 MD5 (patch-ac) = 8d41e88ddad5bfb22e14d51d80c7f2a1 MD5 (patch-ad) = 71637a1528e7e15f732ac204d5c2b76a +MD5 (patch-ae) = abcc9e9361127e2a45e2f08961214489 diff --git a/net/ppp/patches/patch-ae b/net/ppp/patches/patch-ae new file mode 100644 index 00000000000..f54261bb7e9 --- /dev/null +++ b/net/ppp/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2000/10/03 01:09:08 hubertf Exp $ + +--- pppd/md5.c.orig Mon Oct 2 21:04:35 2000 ++++ pppd/md5.c +@@ -33,6 +33,9 @@ + *********************************************************************** + */ + ++#ifdef __NetBSD__ ++#include <string.h> /* pull in memcpy prototype */ ++#endif + #include "md5.h" + + /* |