[BACK]Return to mount.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/mount.h between version 1.11 and 1.12

version 1.11, 1993/07/19 11:52:03 version 1.12, 1993/07/29 21:45:23
Line 228  struct mfs_args {
Line 228  struct mfs_args {
         caddr_t base;           /* base address of file system in memory */          caddr_t base;           /* base address of file system in memory */
         u_long size;            /* size of file system */          u_long size;            /* size of file system */
 };  };
 #endif MFS  #endif /* MFS */
   
 #if defined(NFSSERVER) || defined(NFSCLIENT)  #if defined(NFSSERVER) || defined(NFSCLIENT)
 /*  /*
Line 293  int vfs_lock __P((struct mount *mp));   
Line 293  int vfs_lock __P((struct mount *mp));   
 void    vfs_unlock __P((struct mount *mp)); /* unlock a vfs */  void    vfs_unlock __P((struct mount *mp)); /* unlock a vfs */
 struct  mount *getvfs __P((fsid_t *fsid));  /* return vfs given fsid */  struct  mount *getvfs __P((fsid_t *fsid));  /* return vfs given fsid */
 struct  mount *rootfs;                      /* ptr to root mount structure */  struct  mount *rootfs;                      /* ptr to root mount structure */
 struct  vfsops *vfssw[];                    /* mount filesystem type table */  extern struct vfsops *vfssw[];              /* mount filesystem type table */
   
 #else /* KERNEL */  #else /* KERNEL */
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>