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 1296 by niro, Wed Aug 18 21:11:40 2010 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 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.1296  
changed lines
  Added in v.1297