(touch): Qualify a char* with the `const' keyword.
authorJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 04:47:55 +0000 (04:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 04:47:55 +0000 (04:47 +0000)
src/touch.c

index 9140493d9daa13a14ebbbbd1a9b25097e79332d1..3b01ab30abb60372624880101190fcd24877fd02 100644 (file)
@@ -106,7 +106,7 @@ static int const time_masks[] =
    Return 0 if successful, 1 if an error occurs. */
 
 static int
-touch (char *file)
+touch (const char *file)
 {
   int status;
   struct stat sbuf;