diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-08-12 23:31:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-08-12 23:31:30 +0000 |
commit | 8ebdf17f43fd568d42a0c0054ba7136979236248 (patch) | |
tree | de0a8c30799b8a163d7dc48daa139c902843d841 /usr.bin/talk/io.c | |
parent | f0adf2e165bd2ccabbca552f25fe9e07c0f619aa (diff) |
some inconsequential cleanups. ok deraadt
Diffstat (limited to 'usr.bin/talk/io.c')
-rw-r--r-- | usr.bin/talk/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 5ef273aecc6..a56958213c2 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.17 2009/10/27 23:59:44 deraadt Exp $ */ +/* $OpenBSD: io.c,v 1.18 2010/08/12 23:31:29 tedu Exp $ */ /* $NetBSD: io.c,v 1.4 1994/12/09 02:14:20 jtc Exp $ */ /* @@ -46,7 +46,7 @@ #define A_LONG_TIME 1000000 -volatile sig_atomic_t gotwinch = 0; +volatile sig_atomic_t gotwinch; /* * The routine to do the actual talking |