diff options
Diffstat (limited to 'usr.sbin/accton/accton.c')
-rw-r--r-- | usr.sbin/accton/accton.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c index 79529053752..241e7eedfbf 100644 --- a/usr.sbin/accton/accton.c +++ b/usr.sbin/accton/accton.c @@ -27,17 +27,6 @@ * SUCH DAMAGE. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1988 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/* from: static char sccsid[] = "@(#)accton.c 4.3 (Berkeley) 6/1/90"; */ -static char *rcsid = "$Id: accton.c,v 1.7 2003/06/11 23:33:24 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <err.h> #include <stdio.h> |