diff options
Diffstat (limited to 'libexec/getNAME/getNAME.c')
-rw-r--r-- | libexec/getNAME/getNAME.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/libexec/getNAME/getNAME.c b/libexec/getNAME/getNAME.c index b51c1735f86..5238ffc666c 100644 --- a/libexec/getNAME/getNAME.c +++ b/libexec/getNAME/getNAME.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getNAME.c,v 1.15 2006/08/17 23:53:52 ray Exp $ */ +/* $OpenBSD: getNAME.c,v 1.16 2009/10/27 23:59:31 deraadt Exp $ */ /* $NetBSD: getNAME.c,v 1.7.2.1 1997/11/10 19:54:46 thorpej Exp $ */ /*- @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)getNAME.c 8.1 (Berkeley) 6/30/93"; -#else -static const char rcsid[] = "$OpenBSD: getNAME.c,v 1.15 2006/08/17 23:53:52 ray Exp $"; -#endif -#endif /* not lint */ - /* * Get name sections from manual pages. * -t for building toc |