ports/math/oleo/files/patch-src_sysdef.h
John Marino 0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00:00

12 lines
245 B
C

--- src/sysdef.h.orig 2001-02-04 15:54:21 UTC
+++ src/sysdef.h
@@ -119,7 +119,9 @@ extern char *strstr ();
#endif /* !defined(__STDC__) */
+#ifndef __FreeBSD__
extern char *getenv ();
+#endif
#ifndef RETSIGTYPE
#define RETSIGTYPE void