summaryrefslogtreecommitdiff
path: root/package/findutils/patches/patch-gnulib_lib_freadahead_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 22:47:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 22:47:48 +0200
commit03abdeff300505b09df503111c7174419d9df101 (patch)
treed31c01c9fd7ca7b29b3daeb20cb6af50aae4604e /package/findutils/patches/patch-gnulib_lib_freadahead_h
parent19ab53e7a340aa3085e9bc7a5e1957237f7019aa (diff)
fix findutils hostcompile on OpenBSD 5.5
Diffstat (limited to 'package/findutils/patches/patch-gnulib_lib_freadahead_h')
-rw-r--r--package/findutils/patches/patch-gnulib_lib_freadahead_h11
1 files changed, 5 insertions, 6 deletions
diff --git a/package/findutils/patches/patch-gnulib_lib_freadahead_h b/package/findutils/patches/patch-gnulib_lib_freadahead_h
index 194232201..6cd605e41 100644
--- a/package/findutils/patches/patch-gnulib_lib_freadahead_h
+++ b/package/findutils/patches/patch-gnulib_lib_freadahead_h
@@ -1,6 +1,6 @@
---- findutils-4.4.2.orig/gnulib/lib/freadahead.h 2009-05-10 23:23:57.000000000 +0200
-+++ findutils-4.4.2/gnulib/lib/freadahead.h 2014-03-23 16:27:43.000000000 +0100
-@@ -29,8 +29,21 @@ extern "C" {
+--- findutils-4.4.2.orig/gnulib/lib/freadahead.h Sun May 10 23:23:57 2009
++++ findutils-4.4.2/gnulib/lib/freadahead.h Sat May 24 15:13:05 2014
+@@ -29,7 +29,20 @@ extern "C" {
STREAM must not be wide-character oriented. */
@@ -16,9 +16,8 @@
+#else
+
extern size_t freadahead (FILE *stream);
-
-+#endif
+
++#endif
+
#ifdef __cplusplus
}
- #endif