freebsd-ports/comms/snooper/files/patch-ac
Kevin Lo f229e46916 - Support CFLAGS properly
- HAS_CONFIGURE -> GNU_CONFIGURE
- Support NOPORTDOCS

PR: 24543
Submitted by: Ports Fury
2001-01-23 07:55:05 +00:00

15 lines
290 B
Plaintext

--- ../src/uucplock.c.orig Thu Dec 2 12:12:46 1999
+++ ../src/uucplock.c Thu Jan 18 02:57:30 2001
@@ -38,7 +38,11 @@
#include "config.h"
#include <sys/file.h>
+#ifdef HAVE_DIRENT_H
+#include <dirent.h>
+#else
#include <sys/dir.h>
+#endif
#include <errno.h>
#include "pathnames.h"