Index: head/lang/smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h =================================================================== --- head/lang/smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h (nonexistent) +++ head/lang/smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h (revision 465024) @@ -0,0 +1,13 @@ +--- base/runtime/mach-dep/signal-sysdep.h.orig 2018-03-16 11:21:38.240870000 -0700 ++++ base/runtime/mach-dep/signal-sysdep.h 2018-03-16 11:22:06.398280000 -0700 +@@ -447,8 +447,8 @@ extern void SetFSR(); + # elif defined(OPSYS_FREEBSD) + /** x86, FreeBSD **/ + # define SIG_FAULT1 SIGFPE +-# define INT_DIVZERO(s, c) (((s) == SIGFPE) && ((c) == FPE_INTDIV_TRAP)) +-# define INT_OVFLW(s, c) (((s) == SIGFPE) && ((c) == FPE_INTOVF_TRAP)) ++# define INT_DIVZERO(s, c) (((s) == SIGFPE) && ((c) == FPE_INTDIV)) ++# define INT_OVFLW(s, c) (((s) == SIGFPE) && ((c) == FPE_INTOVF)) + + # define SIG_GetCode(info, scp) (info) + # define SIG_GetPC(scp) ((scp)->sc_pc) Property changes on: head/lang/smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property