diff options
Diffstat (limited to 'usr.bin/w/pr_time.c')
-rw-r--r-- | usr.bin/w/pr_time.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 274a9df531b..526a81507da 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pr_time.c,v 1.13 2005/04/11 07:04:47 deraadt Exp $ */ +/* $OpenBSD: pr_time.c,v 1.14 2009/10/27 23:59:49 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; -#else -static char *rcsid = "$OpenBSD: pr_time.c,v 1.13 2005/04/11 07:04:47 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> |