freebsd-ports/lang/qscheme/files/patch-s.h
Kirill Ponomarev a398059305 - Trim newlines at the end of patches
- portlint

PR:		ports/67805
Submitted by:	maintainer
2004-06-10 18:30:09 +00:00

10 lines
257 B
C

--- 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