1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/comms/xcept/files/patch-af
Satoshi Asami 0575a833b9 Merge two files that were patching the same file (xcept/script.h). In
xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>.
1997-04-24 02:24:22 +00:00

11 lines
246 B
Plaintext

--- ./xcept/scripts.c.org Thu Apr 14 10:21:58 1994
+++ ./xcept/scripts.c Wed Apr 23 19:08:32 1997
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
+#include <sys/types.h>
#include <dirent.h>
#include "scripts.h"