summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-03-16 06:44:08 +0000
committermycroft <mycroft@pkgsrc.org>1998-03-16 06:44:08 +0000
commit18330c941550823d7fb6bc24209dcf694378e4c5 (patch)
treec945785fb897cbe8b6ea8bae6bcf258de4829c18 /editors
parentb0825c60cb2a0d807cb783bfa25bbc212079f616 (diff)
downloadpkgsrc-18330c941550823d7fb6bc24209dcf694378e4c5.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 \