diff options
Diffstat (limited to 'misc/screen/patches/patch-ag')
-rw-r--r-- | misc/screen/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/screen/patches/patch-ag b/misc/screen/patches/patch-ag new file mode 100644 index 00000000000..aa27ec5cc2a --- /dev/null +++ b/misc/screen/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 1999/08/10 17:43:56 tron Exp $ + +--- teln.c.orig Wed Jul 28 14:50:22 1999 ++++ teln.c Tue Aug 10 19:18:25 1999 +@@ -28,6 +28,7 @@ + #include <sys/socket.h> + #include <fcntl.h> + #include <netdb.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + + #include "config.h" |