summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-05-31 23:27:06 +0000
committerderaadt <deraadt@openbsd.org>2015-05-31 23:27:06 +0000
commit59e2c1ef7249c650950c01d4293801ba295ed6a1 (patch)
treee34ea21853b75f3af534625922e6de40c6331e86 /usr.bin/tmux/server.c
parentImplement the roff(7) `r' (register exists) conditional. (diff)
downloadwireguard-openbsd-59e2c1ef7249c650950c01d4293801ba295ed6a1.tar.xz
wireguard-openbsd-59e2c1ef7249c650950c01d4293801ba295ed6a1.zip
does not need syslog.h
Diffstat (limited to 'usr.bin/tmux/server.c')
-rw-r--r--usr.bin/tmux/server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/server.c b/usr.bin/tmux/server.c
index 34ec540658a..3d7cbde4cb7 100644
--- a/usr.bin/tmux/server.c
+++ b/usr.bin/tmux/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.123 2015/05/27 13:28:04 nicm Exp $ */
+/* $OpenBSD: server.c,v 1.124 2015/05/31 23:27:06 deraadt Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <syslog.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>