Menu

#11 problem with Err_utime signature

open
nobody
None
5
2003-01-08
2003-01-08
No

NprVoidError Err_utime(const char *file, const struct
timbuf *timep);

this signature cause g++-3.2 not to compile prcs

looking at the system header for the function utime, I
can see:
int _EXFUN(utime, (const char *__path, struct utimbuf
*__buf));

so I think Err_utime should really be defined and
declared as followed:
NprVoidError Err_utime(const char *file, struct timbuf
*timep);

Discussion


Log in to post a comment.