cvs commit: src/include stdio.h src/sys/sys unistd.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Apr 7 16:02:32 UTC 2007


pjd         2007-04-07 16:02:30 UTC

  FreeBSD src repository

  Modified files:
    include              stdio.h 
    sys/sys              unistd.h 
  Log:
  - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.
  - Only define SEEK_DATA and SEEK_HOLE in sys/unistd.h when neither
    _POSIX_SOURCE nor _XOPEN_SOURCE is defined.
  
  Pointed out by: bde, ache
  
  Revision  Changes    Path
  1.60      +0 -6      src/include/stdio.h
  1.48      +2 -0      src/sys/sys/unistd.h


More information about the cvs-all mailing list