summaryrefslogtreecommitdiff
path: root/devel/libreadline-java/files/patch-src-native-getline.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 22:52:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 22:52:24 +0000
commit77696ea923434036dca49c7a7a66b15b9e96eaa3 (patch)
tree9c2723396be046dda0d258c827a1df8868877f73 /devel/libreadline-java/files/patch-src-native-getline.c
parentAdd 11.0-BETA3 MANIFEST files. (diff)
Prevent collision with getline(3)
While here regenerate the patches
Notes
Notes: svn path=/head/; revision=419271
Diffstat (limited to 'devel/libreadline-java/files/patch-src-native-getline.c')
-rw-r--r--devel/libreadline-java/files/patch-src-native-getline.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/libreadline-java/files/patch-src-native-getline.c b/devel/libreadline-java/files/patch-src-native-getline.c
deleted file mode 100644
index 8494fc2d3fda..000000000000
--- a/devel/libreadline-java/files/patch-src-native-getline.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/native/getline.c 2003-01-07 11:14:35.000000000 +0100
-+++ /tmp/libreadline-java-0.8.0/src/native/getline.c 2007-09-22 22:20:06.000000000 +0200
-@@ -136,7 +136,6 @@
- #ifndef __convexc__
- extern int read();
- extern int kill();
--extern int ioctl();
- #endif /* not __convexc__ */
- #ifdef POSIX /* use POSIX interface */
- #include <termios.h>