diff options
-rw-r--r-- | net/kdenetwork/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/kdenetwork/patches/patch-aa b/net/kdenetwork/patches/patch-aa new file mode 100644 index 00000000000..eca4155af7e --- /dev/null +++ b/net/kdenetwork/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.7 1999/06/06 19:08:32 tron Exp $ + +--- kfinger/finger.C.orig Wed Apr 14 22:13:14 1999 ++++ kfinger/finger.C Sat Jun 5 18:06:47 1999 +@@ -11,6 +11,7 @@ + + */ + #include <netdb.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/resource.h> + #include <sys/types.h> |