summaryrefslogtreecommitdiff
path: root/usr.bin/talk/ctl.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-08-12 23:31:30 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-08-12 23:31:30 +0000
commit8ebdf17f43fd568d42a0c0054ba7136979236248 (patch)
treede0a8c30799b8a163d7dc48daa139c902843d841 /usr.bin/talk/ctl.c
parentf0adf2e165bd2ccabbca552f25fe9e07c0f619aa (diff)
some inconsequential cleanups. ok deraadt
Diffstat (limited to 'usr.bin/talk/ctl.c')
-rw-r--r--usr.bin/talk/ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c
index 9dd04d1382f..ff106a01604 100644
--- a/usr.bin/talk/ctl.c
+++ b/usr.bin/talk/ctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ctl.c,v 1.11 2009/10/27 23:59:44 deraadt Exp $ */
+/* $OpenBSD: ctl.c,v 1.12 2010/08/12 23:31:29 tedu Exp $ */
/* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */
/*
@@ -52,7 +52,7 @@ u_short daemon_port; /* port number of the talk daemon */
int ctl_sockt;
int sockt;
-int invitation_waiting = 0;
+int invitation_waiting;
CTL_MSG msg;