Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2004 02:14:34 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h
Message-ID:  <200404060914.i369EYpP083959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404060914.i369EYpP083959>