u9fs: fix compilation warnings
This commit is contained in:
parent
f33e22c444
commit
9186ae1355
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <plan9.h>
|
||||
#include <fcall.h>
|
||||
#include <oldfcall.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* routines to package the old protocol in the new structures.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
void
|
||||
safecpy(char *to, char *from, int tolen)
|
||||
|
|
Loading…
Reference in a new issue