Make PerlLIOUtime()'s filename const
[p5sagit/p5-mst-13.2.git] / NetWare / nwperlsys.h
index 5863e85..ed1b632 100644 (file)
@@ -780,7 +780,7 @@ PerlLIOUnlink(struct IPerlLIO* piPerl, const char *filename)
 }
 
 int
-PerlLIOUtime(struct IPerlLIO* piPerl, char *filename, struct utimbuf *times)
+PerlLIOUtime(struct IPerlLIO* piPerl, const char *filename, struct utimbuf *times)
 {
     return nw_utime(filename, times);
 }