commit c13535256234f4a1c195e65e68ad0ed7128c64fb from: rsc date: Sun Jul 23 05:13:56 2006 UTC fix emalloc prototype commit - 07ef704cab59efd67ddf73a5b16555158279a41b commit + c13535256234f4a1c195e65e68ad0ed7128c64fb blob - 1ab51004e293b3c3a920adf87fd4a16d15c65309 blob + abe773d14a2868b218260804cea8b16c31352965 --- src/cmd/9pfuse/a.h +++ src/cmd/9pfuse/a.h @@ -42,8 +42,8 @@ void replyfuseerrno(FuseMsg *m, int e); void replyfuseerrstr(FuseMsg*); void request9p(Fcall *tx); -void* emalloc(size_t n); -void* erealloc(void *p, size_t n); +void* emalloc(uint n); +void* erealloc(void *p, uint n); char* estrdup(char *p); int errstr2errno(void);