freebsd-ports/editors/jove/files/patch-sysdep.h
Baptiste Daroussin 7b2ebe8172 Fix collision with getline(3)
Regen patches
2016-07-29 23:15:11 +00:00

10 lines
187 B
C

--- sysdep.h.orig 1996-03-19 04:44:33 UTC
+++ sysdep.h
@@ -154,6 +154,7 @@
# define USE_FSYNC 1
# define USE_FSTAT 1
# define USE_FCHMOD 1
+# define USE_CTYPE 1
#endif
#ifdef IRIX