cvs commit: src/sys/sys mount.h

Bruce Evans bde at FreeBSD.org
Tue Apr 6 02:15:06 PDT 2004


bde         2004/04/06 02:14:34 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              mount.h 
  Log:
  Oops, fixed insertion sort error in the fix for an insertion sort error.
  
  While here, begin fixing dependencies of <sys/mount.h> on normal namespace
  pollution (__BSD_VISIBLE) by not using u_int in the prototype for nmount(2),
  although it is used in the man page.
  
  While there, begin cleaning up another set of prototypes:
  - use u_int in the prototype for the kernel part of nmount().
  - consistently don't use parameter names in prototypes in the
    "exported vnode operations" set of prototypes, although style(9) says to
    use names in the kernel.
  
  Revision  Changes    Path
  1.158     +8 -9      src/sys/sys/mount.h


More information about the cvs-src mailing list