X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fnwperlsys.h;h=ed1b632e1173264aa1f61df8e329e695a1f6ab88;hb=c3ff6b3084af5c20dc83804f3f4b6c8579748033;hp=5863e8575146ba0ac62c4e4b1b7b1c771914b62e;hpb=a015a77ee9cc914e7f9e8f0800206bb50400cc4a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/nwperlsys.h b/NetWare/nwperlsys.h index 5863e85..ed1b632 100644 --- a/NetWare/nwperlsys.h +++ b/NetWare/nwperlsys.h @@ -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); }