opnsense-ports/math/oleo/files/patch-src_sysdef.h
Franco Fichtner 8ad724692c */*: sync with upstream
Taken from: FreeBSD
2016-08-24 04:01:43 +02: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