diff options
Diffstat (limited to 'util/poststat.c')
-rw-r--r-- | util/poststat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/poststat.c b/util/poststat.c index b300e961..d18a3b70 100644 --- a/util/poststat.c +++ b/util/poststat.c @@ -46,7 +46,7 @@ top[TOPCOUNT], *tp; Cross-fs rename() */ -int Rename(char *src, char *dst) +int Rename(const char *src, const char *dst) { if (rename(src, dst) == 0) |