Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 06:54:21 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys dir.h dirent.h
Message-ID:  <199704101354.GAA06270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/10 06:54:21

  Modified:    sys/sys   dir.h dirent.h
  Log:
  Deprecated <sys/dir.h> some more - changed the comment saying that
  <dirent.h> should be used instead to a warning.  If this causes too
  many warnings in ports then it should be changed back after checking
  some ports for related configuration errors.
  
  Moved the definition of DIRSIZ() from <sys/dir.h> to <sys/dirent.h>
  so that it can be used in the kernel without including <sys/dir.h>.
  Renamed it in some cases to avoid new namespace pollution.
  
  Revision  Changes    Path
  1.5       +8 -17     src/sys/sys/dir.h
  1.8       +16 -3     src/sys/sys/dirent.h



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