1 2 3 4 5 6 7 8 9 10 11
--- Yorick/sysdep.c.orig Mon Aug 30 20:26:38 1999 +++ Yorick/sysdep.c Mon Aug 30 20:27:02 1999 @@ -95,7 +95,7 @@ set_fpc_csr(csr | 0x0103c000); /* core dumps */ # endif #endif -#ifndef linux +#if !defined(linux) && !defined(__FreeBSD__) # ifdef sgi /* See man page on handle_sigfpes -- must link with -lfpe */ #include <sigfpe.h>