summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-03 16:06:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-03 16:06:32 +0000
commitec1d37b1b259e8a3502646876b60eb42c2c5c740 (patch)
tree9e4df0d9a264623b5c1be85e21fcdf07cbb440b9 /Makefile
parentc9191394332342a570dc6620bc8cfd7c6e554e1b (diff)
Make signal handler setup/teardown two common functions instead of six,
and reset SIGCHLD after fork to fix problems with some shells. From Romain Francois.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a730cbbc..56953276 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
layout-set.c layout-string.c layout.c log.c job.c \
mode-key.c names.c options.c paste.c procname.c \
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \
- server-fn.c server.c server-client.c server-window.c \
+ server-fn.c server.c server-client.c server-window.c signal.c \
tmux.c tty-keys.c tty-term.c tty.c utf8.c \
window-choose.c window-clock.c window-copy.c window.c \
xterm-keys.c xmalloc.c