diff options
author | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:45:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:45:11 +0000 |
commit | a46f787de0794267ad1852d95813f492ff1217d9 (patch) | |
tree | 638e1505cfb6420c0bfd16c365d24e46bb6785a2 /net/freewais-sf/files/patch-af | |
parent | Update to version 2.1.12. (diff) |
Update to version 2.2.12.
PR: 14125
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=22334
Diffstat (limited to 'net/freewais-sf/files/patch-af')
-rw-r--r-- | net/freewais-sf/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/freewais-sf/files/patch-af b/net/freewais-sf/files/patch-af new file mode 100644 index 000000000000..b9dbd1efc76f --- /dev/null +++ b/net/freewais-sf/files/patch-af @@ -0,0 +1,14 @@ +--- 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 + + /* |