Dump-like file system backup for Unix, built on Venti.
This commit is contained in:
parent
0c98da8bf8
commit
004aa293f3
27 changed files with 4437 additions and 0 deletions
12
src/cmd/vbackup/mount-none.c
Normal file
12
src/cmd/vbackup/mount-none.c
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <u.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <libc.h>
|
||||
#include "mountnfs.h"
|
||||
|
||||
void
|
||||
mountnfs(int proto, struct sockaddr_in *addr, uchar *handle, int hlen, char *mtpt)
|
||||
{
|
||||
sysfatal("mountnfs not implemented");
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue