diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:32:30 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:32:30 +0000 |
commit | 1a388281f524ea046302e574bf981d1542f09d30 (patch) | |
tree | 8be62a37a000a94cb5ade5fdec0b4b4cdcd4dda0 /lang/qscheme/files/patch-s.h | |
parent | Add durep 0.8, an utility for monitoring disk usage in a more visual (diff) |
Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR: 34999
Submitted by: erik@smluc.org
Notes
Notes:
svn path=/head/; revision=62108
Diffstat (limited to 'lang/qscheme/files/patch-s.h')
-rw-r--r-- | lang/qscheme/files/patch-s.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/qscheme/files/patch-s.h b/lang/qscheme/files/patch-s.h new file mode 100644 index 000000000000..984d85b343ed --- /dev/null +++ b/lang/qscheme/files/patch-s.h @@ -0,0 +1,11 @@ +--- s.h.orig Sun Feb 10 12:45:20 2002 ++++ s.h Sun Feb 10 12:45:32 2002 +@@ -203,7 +203,7 @@ + + #ifdef SCM_WITH_THREADS + /*** same as in Boehm's GC */ +-#define SCM_SIG_SUSPEND SIGPWR ++#define SCM_SIG_SUSPEND SIGUSR1 + #define SCM_SIG_RESUME SIGXCPU + #endif + |