mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a46f787de0
PR: 14125 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
--- lib/ftw/scandir.c.orig Sun Oct 10 17:51:58 1999
|
|
+++ lib/ftw/scandir.c Sun Oct 10 17:52:24 1999
|
|
@@ -12,6 +12,11 @@
|
|
*/
|
|
|
|
#include "config.h"
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+#define HAS_SCANDIR 1
|
|
+#endif
|
|
+
|
|
#ifndef HAS_SCANDIR
|
|
|
|
/*
|