openbsd-ports/misc/screen/patches/patch-af
brad 34b9eb1399 - include netinet/in.h before arpa/inet.h to avoid a couple of compiler
warnings in teln.c
- mkdir -> ${INSTALL_DATA_DIR}
1999-12-31 23:28:24 +00:00

11 lines
232 B
Plaintext

--- teln.c.orig Fri Dec 31 17:53:35 1999
+++ teln.c Fri Dec 31 17:53:54 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"