diff options
Diffstat (limited to 'usr.bin/talk/ctl.c')
-rw-r--r-- | usr.bin/talk/ctl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index ea1d5ee8548..9dd04d1382f 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ctl.c,v 1.10 2009/05/09 11:05:00 chl Exp $ */ +/* $OpenBSD: ctl.c,v 1.11 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* @@ -30,13 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: ctl.c,v 1.10 2009/05/09 11:05:00 chl Exp $"; -#endif /* not lint */ - /* * This file handles haggling with the various talk daemons to * get a socket to talk to. sockt is opened and connected in |