summaryrefslogtreecommitdiffstats
path: root/java/shujit/files/patch-aa
blob: 8f070828eeaaeea34c390da6744c5a271a78d0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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
OpenPOWER on IntegriCloud