Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 07:04:27 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h
Message-ID:  <200010131404.HAA51471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/10/13 07:04:27 PDT

  Modified files:
    sys/sys              mount.h 
  Log:
  Fixed namespace pollution in rev.1.78.  Don't export <sys/stat.h> to
  userland from here; just forward declare struct stat.  fhstat.2
  (== fhopen.2 == fhstatfs.2) has always specified including
  <sys/stat.h> before using any of the fh functions although this is
  only necessary for dereferencing the "struct stat *" arg of fhstat(),
  so applications should not notice this change.
  
  Fixed unsorting of user prototypes in rev.1.78.
  
  Revision  Changes    Path
  1.98      +6 -11     src/sys/sys/mount.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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