Bug 1790 - Remove static from definition of usage functions.
--- a/openenvutils/commandshell/shell/commands/cp/src/cp.c Fri Mar 19 13:11:12 2010 -0700
+++ b/openenvutils/commandshell/shell/commands/cp/src/cp.c Fri Mar 19 13:24:56 2010 -0700
@@ -549,7 +549,7 @@
return (0);
}
-static void
+void
usage()
{
(void)fprintf(stderr, "%s\n%s\n",
--- a/openenvutils/commandshell/shell/commands/ls/src/ls.c Fri Mar 19 13:11:12 2010 -0700
+++ b/openenvutils/commandshell/shell/commands/ls/src/ls.c Fri Mar 19 13:24:56 2010 -0700
@@ -674,7 +674,6 @@
}
-static
void
usage()
{
--- a/openenvutils/commandshell/shell/commands/touch/src/touch.c Fri Mar 19 13:11:12 2010 -0700
+++ b/openenvutils/commandshell/shell/commands/touch/src/touch.c Fri Mar 19 13:24:56 2010 -0700
@@ -390,7 +390,7 @@
return (rval);
}
-static void
+void
usage()
{
(void)fprintf(stderr,