diff options
Diffstat (limited to 'usr.bin/spell/look.c')
-rw-r--r-- | usr.bin/spell/look.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/spell/look.c b/usr.bin/spell/look.c index 8c9678bde34..b9e0b254efc 100644 --- a/usr.bin/spell/look.c +++ b/usr.bin/spell/look.c @@ -1,4 +1,4 @@ -/* $OpenBSD: look.c,v 1.3 2003/06/03 02:56:16 millert Exp $ */ +/* $OpenBSD: look.c,v 1.4 2009/10/27 23:59:43 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -32,13 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; -#endif -static const char rcsid[] = "$OpenBSD: look.c,v 1.3 2003/06/03 02:56:16 millert Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <ctype.h> #include <stdio.h> |