From e77ae3a2c0328590b43447550bdb1284650b8236 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 1999 20:03:34 +0000 Subject: Added sfdisk. Ststic-ified a bunch of stuff. --- df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'df.c') diff --git a/df.c b/df.c index a777d70f4..7a72bf8fd 100644 --- a/df.c +++ b/df.c @@ -5,7 +5,7 @@ #include #include -const char df_usage[] = "df [filesystem ...]\n" +static const char df_usage[] = "df [filesystem ...]\n" "\n" "\tPrint the filesystem space used and space available.\n"; -- cgit v1.2.3