tmount-none.c - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tmount-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 }