diff options
Diffstat (limited to 'bin/df/ffs_df.c')
-rw-r--r-- | bin/df/ffs_df.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/df/ffs_df.c b/bin/df/ffs_df.c index 358bd423723..718d8bd75fa 100644 --- a/bin/df/ffs_df.c +++ b/bin/df/ffs_df.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_df.c,v 1.12 2007/04/30 18:40:24 otto Exp $ */ +/* $OpenBSD: ffs_df.c,v 1.13 2009/10/27 23:59:21 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993, 1994 @@ -34,12 +34,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/mount.h> #include <ufs/ufs/dinode.h> |