summaryrefslogtreecommitdiffstats
path: root/bin/df/df.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 05:56:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 05:56:03 +0000
commit88dfe6ac44c03217ad1c86e9ce45937a36eda99d (patch)
treea5dc7dcf1457ed267f54f33cf03c8d6f86111ac7 /bin/df/df.c
parente3fc14f8685fe763615d8ecf98fc75a105b3e7fa (diff)
downloadFreeBSD-src-88dfe6ac44c03217ad1c86e9ce45937a36eda99d.zip
FreeBSD-src-88dfe6ac44c03217ad1c86e9ce45937a36eda99d.tar.gz
Merge Lite2 mods, cleanup man page, and -Wall cleaning.
Diffstat (limited to 'bin/df/df.c')
-rw-r--r--bin/df/df.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index cb0c26e..20cf37d 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -35,17 +35,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: df.c,v 1.8 1996/01/14 18:55:09 bde Exp $
+ * $Id: df.c,v 1.9 1996/12/11 10:01:56 jkh Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1980, 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94";
+static char const sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud