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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user