summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index 72d703d..4439c07 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -61,7 +61,7 @@ static void stime_arg2(const char *, int, struct timeval *);
static void stime_darg(const char *, struct timeval *);
static void stime_file(const char *, struct timeval *);
static int timeoffset(const char *);
-static void usage(char *);
+static void usage(const char *);
int
main(int argc, char *argv[])
@@ -414,7 +414,7 @@ stime_file(const char *fname, struct timeval *tvp)
}
static void
-usage(char *myname)
+usage(const char *myname)
{
fprintf(stderr, "usage: %s [-A [-][[hh]mm]SS] [-achm] [-r file] "
"[-t [[CC]YY]MMDDhhmm[.SS]]\n"
OpenPOWER on IntegriCloud