diff options
Diffstat (limited to 'usr.sbin/amd/mk-amd-map/mk-amd-map.c')
-rw-r--r-- | usr.sbin/amd/mk-amd-map/mk-amd-map.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.sbin/amd/mk-amd-map/mk-amd-map.c b/usr.sbin/amd/mk-amd-map/mk-amd-map.c index 6d9c3336591..bf73019df85 100644 --- a/usr.sbin/amd/mk-amd-map/mk-amd-map.c +++ b/usr.sbin/amd/mk-amd-map/mk-amd-map.c @@ -32,26 +32,13 @@ * SUCH DAMAGE. * * from: @(#)mk-amd-map.c 8.1 (Berkeley) 6/28/93 - * $Id: mk-amd-map.c,v 1.9 2007/03/20 04:00:32 tedu Exp $ + * $Id: mk-amd-map.c,v 1.10 2009/10/27 23:59:51 deraadt Exp $ */ /* * Convert a file map into an ndbm map */ -#ifndef lint -char copyright[] = "\ -@(#)Copyright (c) 1990, 1993 Jan-Simon Pendry\n\ -@(#)Copyright (c) 1990 Imperial College of Science, Technology & Medicine\n\ -@(#)Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char rcsid[] = "$Id: mk-amd-map.c,v 1.9 2007/03/20 04:00:32 tedu Exp $"; -static char sccsid[] = "@(#)mk-amd-map.c 8.1 (Berkeley) 6/28/93"; -#endif /* not lint */ - #include "am.h" #ifndef SIGINT |