1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/screen/files/patch-ae
Steve Price a90be14700 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>
1999-12-31 22:45:09 +00:00

11 lines
232 B
Plaintext

--- 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"