mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
3e7df8382c
PR: 111246 Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
12 lines
315 B
C
12 lines
315 B
C
--- fig2dev/fig2dev.h.orig Tue Jul 15 09:21:12 2003
|
|
+++ fig2dev/fig2dev.h
|
|
@@ -213,7 +213,7 @@
|
|
#endif /* MAXPATHLEN */
|
|
#endif /* PATH_MAX */
|
|
|
|
-#if ( !defined(__NetBSD__) && !defined(__DARWIN__))
|
|
+#if ( !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DARWIN__))
|
|
extern int sys_nerr, errno;
|
|
#endif
|
|
|