mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2dcd1ca7f6
PR: ports/18492 Submitted by: Palle Girgensohn <girgen@partitur.se>, ade Reviewed by: ade
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
--- compiler.h.orig Mon Dec 27 23:24:53 1999
|
|
+++ compiler.h Sat Jan 8 08:07:30 2000
|
|
@@ -203,7 +203,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
|