4 #define mcserver_port 9876
6 /* This number was registered for program "mcfs" with rpc@Sun.COM */
7 #define RPC_PROGNUM 300516
10 /* this constants must be kept in sync with mcserv.c commands */
11 /* They are the messages sent on the link connection */
38 /* Control commands */
42 MC_UTIME
, /* it has to go here for compatibility with old
43 servers/clients. sigh ... */
45 MC_INVALID_PASS
= 0x1000,
53 extern void init_mcfs (void);
54 extern void tcp_invalidate_socket (int);