aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/wol/files/patch-lib-getline.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wol/files/patch-lib-getline.h b/net/wol/files/patch-lib-getline.h
new file mode 100644
index 000000000000..c8c4491dc6ed
--- /dev/null
+++ b/net/wol/files/patch-lib-getline.h
@@ -0,0 +1,15 @@
+--- lib/getline.h.orig 2009-03-19 21:29:20.290594165 +0000
++++ lib/getline.h 2009-03-19 21:29:39.070549165 +0000
+@@ -28,10 +28,10 @@
+ # endif
+
+ # if __GLIBC__ < 2
+-int
++ssize_t
+ getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
+
+-int
++ssize_t
+ getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
+ # endif
+