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*);
|
void srvinit(int, char*, char*);
|
||||||
char* strfind(char*);
|
char* strfind(char*);
|
||||||
int string2S(void*, String*);
|
int string2S(void*, String*);
|
||||||
int strparse(void*, int, char**);
|
int strparse(char*, int, char**);
|
||||||
void strprint(int);
|
void strprint(int);
|
||||||
char* strstore(char*);
|
char* strstore(char*);
|
||||||
Waitmsg *system(char*, char**);
|
Waitmsg *system(char*, char**);
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
</$objtype/mkfile
|
</$objtype/mkfile
|
||||||
CFLAGS=-FVw
|
|
||||||
|
|
||||||
TARG=nfsserver\
|
TARG=nfsserver\
|
||||||
portmapper\
|
portmapper\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue