plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mount-none.c (235B)


      1 #include <u.h>
      2 #include <sys/socket.h>
      3 #include <netinet/in.h>
      4 #include <libc.h>
      5 #include "mountnfs.h"
      6 
      7 void
      8 mountnfs(int proto, struct sockaddr_in *addr, uchar *handle, int hlen, char *mtpt)
      9 {
     10 	sysfatal("mountnfs not implemented");
     11 }