1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Don't prototype usage as static.

This commit is contained in:
Jim Meyering
1999-01-14 18:25:16 +00:00
parent da25811932
commit 9fec9172be
26 changed files with 32 additions and 40 deletions

View File

@@ -76,7 +76,7 @@ static struct option const long_options[] =
{NULL, 0, NULL, 0}
};
static void
void
usage (int status)
{
if (status != 0)
@@ -342,7 +342,6 @@ main (int argc, char **argv)
}
while ((c = getopt_long (argc, argv, "c:n:qv", long_options, NULL)) != -1)
{
switch (c)