projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3c0ff
)
(touch): Qualify a char* with the `const' keyword.
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Apr 1999 04:47:55 +0000
(
04:47
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Apr 1999 04:47:55 +0000
(
04:47
+0000)
src/touch.c
patch
|
blob
|
history
diff --git
a/src/touch.c
b/src/touch.c
index 9140493d9daa13a14ebbbbd1a9b25097e79332d1..3b01ab30abb60372624880101190fcd24877fd02 100644
(file)
--- a/
src/touch.c
+++ b/
src/touch.c
@@
-106,7
+106,7
@@
static int const time_masks[] =
Return 0 if successful, 1 if an error occurs. */
static int
-touch (char *file)
+touch (c
onst c
har *file)
{
int status;
struct stat sbuf;