You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
367 B
12 lines
367 B
Index: fig2dev/fig2dev.h |
|
--- fig2dev/fig2dev.h.orig 2003-07-15 18:21:12 +0200 |
|
+++ fig2dev/fig2dev.h 2006-04-04 09:07:23 +0200 |
|
@@ -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 |
|
|
|
|