summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-ae
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-31 22:45:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-31 22:45:09 +0000
commita90be14700b8191dc7348c42540698543b3fb7ec (patch)
tree90846436ddda015ffc25530713041118fc2d372c /sysutils/screen/files/patch-ae
parentTell the build process that we have paths.h so we get the correct (diff)
Use a long for the load average and include netinet/in.h before
arpa/inet.h to avoid a couple of compiler warnings. PR: 14443 Submitted by: Valentin Nechayev <netch@lucky.net>
Diffstat (limited to '')
-rw-r--r--sysutils/screen/files/patch-ae10
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"