mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
--- compiler.h.orig Mon Aug 28 12:46:29 2000
|
|
+++ compiler.h Tue Aug 29 18:15:12 2000
|
|
@@ -138,7 +138,7 @@
|
|
# define SC_TRAPNO trapno
|
|
# define SC_ERR err
|
|
# elif defined(__FreeBSD__)
|
|
-# include <machine/signal.h> // for struct sigcontext
|
|
+# include <sys/signal.h> // for struct sigcontext
|
|
# define SC_EAX sc_eax
|
|
# define SC_ECX sc_ecx
|
|
# define SC_EDX sc_edx
|