Dump-like file system backup for Unix, built on Venti.

This commit is contained in:
rsc 2005-07-13 03:49:41 +00:00
parent 0c98da8bf8
commit 004aa293f3
27 changed files with 4437 additions and 0 deletions

View 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");
}