Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 08:50:09 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-include
Subject:   cvs commit:  src/include stdio.h
Message-ID:  <199704131550.IAA10922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/13 08:50:08

  Modified:    include   stdio.h
  Log:
  Removed nonstandard #include of <sys/types.h>.
  
  Use _BSD_OFF_T_ instead of off_t so that we're still self-sufficent.
  
  Copied the ftruncate/lseek()/mmap()/truncate() redeclaration hacks
  from <sys/types.h> so that things depending on them don't break.
  
  Revision  Changes    Path
  1.13      +29 -8     src/include/stdio.h



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