u9fs: fix compilation warnings

This commit is contained in:
ftrvxmtrx 2013-05-04 02:53:05 +02:00
parent f33e22c444
commit 9186ae1355
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
#include <stdio.h>
#include <string.h>
void
safecpy(char *to, char *from, int tolen)