opnsense-ports/devel/libreadline-java/files/patch-src-native-getline.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
360 B
C

--- 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>