diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/afio/files/patch-compfile.c | |
parent | - Switch databases/libmemcache to USES=libtool, drop .la files (diff) |
Rename sysutils/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363335
Diffstat (limited to 'sysutils/afio/files/patch-compfile.c')
-rw-r--r-- | sysutils/afio/files/patch-compfile.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/afio/files/patch-compfile.c b/sysutils/afio/files/patch-compfile.c new file mode 100644 index 000000000000..53c760f3c328 --- /dev/null +++ b/sysutils/afio/files/patch-compfile.c @@ -0,0 +1,11 @@ +--- compfile.c.orig Thu Nov 25 22:22:28 1999 ++++ compfile.c Thu Jan 27 14:36:31 2000 +@@ -207,7 +207,7 @@ + * version; + */ + +-#if ( defined(sun) && defined(__svr4__) ) ++#if ( defined(sun) && defined(__svr4__) || defined(__FreeBSD__) ) + #include <dirent.h> + #else + #include <sys/dir.h> |