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

10 lines
246 B
Text

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