f229e46916
- HAS_CONFIGURE -> GNU_CONFIGURE - Support NOPORTDOCS PR: 24543 Submitted by: Ports Fury
15 lines
290 B
Plaintext
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"
|