Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/nfsmount/sunrpc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 38  Line 38 
38  #define GARBAGE_ARGS 4  #define GARBAGE_ARGS 4
39  #define SYSTEM_ERR 5  #define SYSTEM_ERR 5
40    
41    enum {
42     AUTH_NULL,
43     AUTH_UNIX,
44    };
45    
46    struct rpc_auth {
47     uint32_t flavor;
48     uint32_t len;
49     uint32_t body[];
50    };
51    
52  struct rpc_udp_header {  struct rpc_udp_header {
53   uint32_t xid;   uint32_t xid;
54   uint32_t msg_type;   uint32_t msg_type;

Legend:
Removed from v.814  
changed lines
  Added in v.815