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:
cinap_lenrek 2013-04-10 20:51:39 +02:00
parent 8cc04381d1
commit 5796736b70
2 changed files with 1 additions and 2 deletions

View file

@ -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**);

View file

@ -1,5 +1,4 @@
</$objtype/mkfile
CFLAGS=-FVw
TARG=nfsserver\
portmapper\