summaryrefslogtreecommitdiff
path: root/net/pppd/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'net/pppd/patches/patch-ay')
-rw-r--r--net/pppd/patches/patch-ay12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/pppd/patches/patch-ay b/net/pppd/patches/patch-ay
new file mode 100644
index 00000000000..77086826efd
--- /dev/null
+++ b/net/pppd/patches/patch-ay
@@ -0,0 +1,12 @@
+$NetBSD: patch-ay,v 1.1.1.1 2005/01/02 02:51:43 cube Exp $
+
+--- pppd/sha1.c.orig 2004-10-25 01:28:02.000000000 +0200
++++ pppd/sha1.c
+@@ -16,6 +16,7 @@
+
+ /* #define SHA1HANDSOFF * Copies data before messing with it. */
+
++#include <sys/types.h>
+ #include <string.h>
+ #include <netinet/in.h> /* htonl() */
+ #include "sha1.h"