1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/java/shujit/files/patch-aa
Steve Price 2a4c374015 Update to version 0.3.13.
PR:		14670
Submitted by:	maintainer
1999-11-14 01:52:16 +00:00

12 lines
388 B
Plaintext

--- compiler.h.orig Tue Nov 2 16:12:52 1999
+++ compiler.h Tue Nov 2 16:11:46 1999
@@ -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