declare sysfatal as lib function

This commit is contained in:
Charles Forsyth 2015-10-04 21:37:23 +01:00
parent dcf9fca6cc
commit f163dcf6f9
2 changed files with 1 additions and 1 deletions

View File

@ -193,6 +193,7 @@ struct Dir {
long readn(int, void*, long);
void remotehost(char*, int);
void sysfatal(char*, ...);
enum {
NAMELEN = 28,

1
u9fs.c
View File

@ -72,7 +72,6 @@ void* emalloc(size_t);
void* erealloc(void*, size_t);
char* estrdup(char*);
char* estrpath(char*, char*, int);
void sysfatal(char*, ...);
int okuser(char*);
void rversion(Fcall*, Fcall*);