X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=iperlsys.h;h=bcce7197f92ed67de9f046a5022c07d8d6d81fb6;hb=6bc89f92370990b836308b02c6551b4e758e7401;hp=8380c5ba77bcceaf1061b32cd810bbefe307ac41;hpb=8aad04aa6a2ab20a526b53089f8919d46434ca7e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/iperlsys.h b/iperlsys.h index 8380c5b..bcce719 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -632,7 +632,7 @@ typedef int (*LPLIONameStat)(struct IPerlLIO*, const char*, typedef char* (*LPLIOTmpnam)(struct IPerlLIO*, char*); typedef int (*LPLIOUmask)(struct IPerlLIO*, int); typedef int (*LPLIOUnlink)(struct IPerlLIO*, const char*); -typedef int (*LPLIOUtime)(struct IPerlLIO*, char*, struct utimbuf*); +typedef int (*LPLIOUtime)(struct IPerlLIO*, const char*, struct utimbuf*); typedef int (*LPLIOWrite)(struct IPerlLIO*, int, const void*, unsigned int);