diff options
author | tron <tron@pkgsrc.org> | 1999-06-06 19:08:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-06 19:08:32 +0000 |
commit | 47472bf1f718fb2e9766b6421a2a91491d4c25c5 (patch) | |
tree | e31cd79e3b46a75bbc8189bb5c46eca6c9010295 /net/kdenetwork | |
parent | bbe5488bdc0617a386118621467ba9795d179513 (diff) | |
download | pkgsrc-47472bf1f718fb2e9766b6421a2a91491d4c25c5.tar.gz |
Missing patch file to make "kfinger" build.
Diffstat (limited to 'net/kdenetwork')
-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> |