9nfs: apply patch/nfswarnandflags (from sources, thanks nemo)
Remove a warning in 9nfs and make it use the std. CFLAGS (we detected the warning using -W).
This commit is contained in:
parent
8cc04381d1
commit
5796736b70
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ void showauth(Auth*);
|
|||
void srvinit(int, char*, char*);
|
||||
char* strfind(char*);
|
||||
int string2S(void*, String*);
|
||||
int strparse(void*, int, char**);
|
||||
int strparse(char*, int, char**);
|
||||
void strprint(int);
|
||||
char* strstore(char*);
|
||||
Waitmsg *system(char*, char**);
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
</$objtype/mkfile
|
||||
CFLAGS=-FVw
|
||||
|
||||
TARG=nfsserver\
|
||||
portmapper\
|
||||
|
|
Loading…
Reference in a new issue