Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/nfsmount/mount.c

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

revision 905 by niro, Fri Apr 24 18:32:46 2009 UTC revision 906 by niro, Fri Oct 16 11:37:14 2009 UTC
# Line 44  struct mount_reply { Line 44  struct mount_reply {
44    
45  #define MNT_REPLY_MINSIZE (sizeof(struct rpc_reply) + sizeof(uint32_t))  #define MNT_REPLY_MINSIZE (sizeof(struct rpc_reply) + sizeof(uint32_t))
46    
47    #ifndef MNTPROC_MNT
48    #  define MNTPROC_MNT 1
49    #  define MNTPROC_UMNT 3
50    #endif /* MNTPROC_MNT */
51    
52  static int get_ports(uint32_t server, const struct nfs_mount_data *data)  static int get_ports(uint32_t server, const struct nfs_mount_data *data)
53  {  {
54   uint32_t nfs_ver, mount_ver;   uint32_t nfs_ver, mount_ver;

Legend:
Removed from v.905  
changed lines
  Added in v.906