diff options
Diffstat (limited to 'usr.sbin/sa/main.c')
-rw-r--r-- | usr.sbin/sa/main.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index c0342d81173..741f84a9ef3 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.10 2005/05/04 09:02:54 jmc Exp $ */ +/* $OpenBSD: main.c,v 1.11 2009/10/27 23:59:54 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou * All rights reserved. @@ -29,14 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LINT -static char copright[] = -"@(#) Copyright (c) 1994 Christopher G. Demetriou\n\ - All rights reserved.\n"; - -static char rcsid[] = "$Id: main.c,v 1.10 2005/05/04 09:02:54 jmc Exp $"; -#endif - /* * sa: system accounting */ |