diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/screen/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-ae b/sysutils/screen/files/patch-ae new file mode 100644 index 000000000000..820206d770c8 --- /dev/null +++ b/sysutils/screen/files/patch-ae @@ -0,0 +1,10 @@ +--- teln.c.orig Wed Jul 28 15:50:22 1999 ++++ teln.c Thu Oct 21 01:15:50 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" |