diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-16 06:44:08 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-16 06:44:08 +0000 |
commit | 18330c941550823d7fb6bc24209dcf694378e4c5 (patch) | |
tree | c945785fb897cbe8b6ea8bae6bcf258de4829c18 /editors | |
parent | b0825c60cb2a0d807cb783bfa25bbc212079f616 (diff) | |
download | pkgsrc-18330c941550823d7fb6bc24209dcf694378e4c5.tar.gz |
Oops; fix pasto.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/patches/patch-ac | 2 |
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 \ |