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:
c9fff51
)
(utime_now): Protoize.
author
Jim Meyering
<jim@meyering.net>
Sat, 31 Aug 1996 23:49:29 +0000
(23:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 31 Aug 1996 23:49:29 +0000
(23:49 +0000)
Reported by David S. Miller (davem@caip.rutgers.edu).
src/touch.c
patch
|
blob
|
history
diff --git
a/src/touch.c
b/src/touch.c
index
c8bcd95
..
7e1ae5f
100644
(file)
--- a/
src/touch.c
+++ b/
src/touch.c
@@
-217,9
+217,7
@@
touch (char *file)
Return 0 if successful, -1 if not. */
static int
-utime_now (file, filesize)
- char *file;
- off_t filesize;
+utime_now (const char *file, off_t filesize)
{
int fd;
char c;