$NetBSD: patch-ap,v 1.2 1999/03/05 11:22:35 frueauf Exp $ --- ./imp/Slpr.c.orig Mon Jul 20 07:34:06 1998 +++ ./imp/Slpr.c Sat Aug 8 13:11:59 1998 @@ -9,4 +9,11 @@ #include +#if defined(netbsd) +#include +#endif + +#if defined(freebsd) +#include +#endif #ifdef __STDC__ @@ -59,4 +66,7 @@ int i ; FILE *fd; +#if (defined(netbsd) && !defined(__alpha__)) || defined(freebsd) + fpsetmask(0); +#endif if (argc <= 2) { int i=0; while (strcmp(UsageStr[i],"fin")!=0)