diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-03-24 13:52:34 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-03-24 13:52:34 +0000 |
commit | 29e7f36b969f067c0af2b56d150381feb76151e2 (patch) | |
tree | 209970c78154547668a17f78980fc1563447d2a6 /net/wol/files | |
parent | 2b33dd0832927b25c809024184c0fcc39bd0b13f (diff) | |
download | ports-29e7f36b969f067c0af2b56d150381feb76151e2.tar.gz ports-29e7f36b969f067c0af2b56d150381feb76151e2.zip |
- Add patch to fix build on recent -CURRENT.
Submitted by: Cezary Morga <cm@therek.net> (maintainer, private mail)
Notes
Notes:
svn path=/head/; revision=230850
Diffstat (limited to 'net/wol/files')
-rw-r--r-- | net/wol/files/patch-lib-getline.h | 15 |
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 + |