blob: 9a196f79a558b89c635fd562fa8734eec2a0f25a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- routines/xsci/wf_fig.h 2003/01/25 17:23:40 1.1
+++ routines/xsci/wf_fig.h 2003/01/25 17:24:04
@@ -48,7 +48,7 @@
#include <errno.h>
#ifndef linux
-#if !defined(__bsdi__) && !defined(__NetBSD__)
+#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__FreeBSD__)
extern int errno;
extern int sys_nerr;
#if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd)
|