diff options
Diffstat (limited to 'usr.bin/talk/msgs.c')
-rw-r--r-- | usr.bin/talk/msgs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index 3a7086deab0..75028b4afdf 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msgs.c,v 1.3 1998/04/28 22:13:30 pjanzen Exp $ */ +/* $OpenBSD: msgs.c,v 1.4 1998/08/18 04:02:23 millert Exp $ */ /* $NetBSD: msgs.c,v 1.3 1994/12/09 02:14:22 jtc Exp $ */ /* @@ -38,10 +38,10 @@ #if 0 static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: msgs.c,v 1.3 1998/04/28 22:13:30 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: msgs.c,v 1.4 1998/08/18 04:02:23 millert Exp $"; #endif /* not lint */ -/* +/* * A package to display what is happening every MSG_INTERVAL seconds * if we are slow connecting. */ |