Sign in
plan9port
/
plan9
/
63002b3e5ab034ff1317c21b994b803cd68a6eee
/
.
/
src
/
cmd
/
vbackup
/
mount-none.c
blob: db8e1e5bc5e5e1d45a324be384081b52cfb0bd0a [
file
] [
log
] [
blame
]
#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"
);
}