diff options
Diffstat (limited to 'sbin/growfs')
-rw-r--r-- | sbin/growfs/debug.c | 7 | ||||
-rw-r--r-- | sbin/growfs/growfs.c | 9 |
2 files changed, 2 insertions, 14 deletions
diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index bcacdc2b9b4..b189498b65e 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: debug.c,v 1.7 2007/07/07 08:22:55 millert Exp $ */ +/* $OpenBSD: debug.c,v 1.8 2009/10/27 23:59:33 deraadt Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -41,11 +41,6 @@ * */ -#ifndef lint -static const char rcsid[] = - "$OpenBSD: debug.c,v 1.7 2007/07/07 08:22:55 millert Exp $"; -#endif /* not lint */ - /* ********************************************************** INCLUDES ***** */ #include <sys/param.h> diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 58cc3c2e881..d01db3c8168 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: growfs.c,v 1.27 2009/04/01 05:31:55 jsg Exp $ */ +/* $OpenBSD: growfs.c,v 1.28 2009/10/27 23:59:33 deraadt Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -41,13 +41,6 @@ * */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz\n\ -Copyright (c) 1980, 1989, 1993 The Regents of the University of California.\n\ -All rights reserved.\n"; -#endif /* not lint */ - /* ********************************************************** INCLUDES ***** */ #include <sys/param.h> #include <sys/disklabel.h> |