diff options
Diffstat (limited to 'usr.bin/id/id.c')
-rw-r--r-- | usr.bin/id/id.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index ec692799970..690a1e0f0a6 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -1,4 +1,4 @@ -/* $OpenBSD: id.c,v 1.18 2009/10/12 17:39:26 sobrado Exp $ */ +/* $OpenBSD: id.c,v 1.19 2009/10/27 23:59:39 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -29,17 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "@(#)id.c 8.3 (Berkeley) 4/28/95";*/ -static char rcsid[] = "$OpenBSD: id.c,v 1.18 2009/10/12 17:39:26 sobrado Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include <errno.h> |