summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-16 06:44:08 +0000
committermycroft <mycroft>1998-03-16 06:44:08 +0000
commita583a352913229d0e25060157b7591b32e7a4dfd (patch)
treec945785fb897cbe8b6ea8bae6bcf258de4829c18 /editors
parent65879698472e97aab8c4b443be4a1eec77847671 (diff)
downloadpkgsrc-a583a352913229d0e25060157b7591b32e7a4dfd.tar.gz
Oops; fix pasto.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/patches/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/patches/patch-ac b/editors/emacs/patches/patch-ac
index efc175c42f5..0d81730ea89 100644
--- a/editors/emacs/patches/patch-ac
+++ b/editors/emacs/patches/patch-ac
@@ -45,7 +45,7 @@
+ { \
+ int slave; \
+ SIGMASKTYPE mask; \
-+ mask = sigblockx (SIGCHLD); \
++ mask = sigblock (sigmask (SIGCHLD)); \
+ if (-1 == openpty (&fd, &slave, pty_name, 0, 0)) \
+ fd = -1; \
+ else \