diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 15:24:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 15:24:09 +0000 |
commit | e4911d8856f4f4df81be4582fb80e60e1cdcead2 (patch) | |
tree | 46e463c0bce8727b02a7b9dad7f68125982335af /java/shujit/files/patch-aa | |
parent | Add scigraphica - a scientific application for data analysis and technical (diff) |
Update to 0.6.3.
Notes
Notes:
svn path=/head/; revision=32101
Diffstat (limited to '')
-rw-r--r-- | java/shujit/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/shujit/files/patch-aa b/java/shujit/files/patch-aa index 358de92fdd51..8f070828eeaa 100644 --- a/java/shujit/files/patch-aa +++ b/java/shujit/files/patch-aa @@ -1,11 +1,11 @@ ---- compiler.h.orig Mon Dec 27 23:24:53 1999 -+++ compiler.h Sat Jan 8 08:07:30 2000 -@@ -203,7 +203,7 @@ +--- 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 */ +-# 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 |