mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
11 lines
253 B
Text
11 lines
253 B
Text
--- cpubench.c.orig Tue Jun 6 14:33:33 2000
|
|
+++ cpubench.c Tue Jun 6 14:34:40 2000
|
|
@@ -41,7 +41,7 @@
|
|
#define sys_errlist _sys_errlist
|
|
#endif
|
|
|
|
-#ifdef SunOS
|
|
+#if defined SunOS || defined FreeBSD
|
|
extern sigjmp_buf env;
|
|
#else
|
|
extern jmp_buf env;
|