home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / pty / part06 / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-08  |  224 b   |  14 lines

  1. /* Copyright 1990, Daniel J. Bernstein. All rights reserved. */
  2.  
  3. #ifndef PTY_FILE_H
  4. #define PTY_FILE_H
  5.  
  6. #include <sys/file.h>
  7. #ifdef BSD
  8. #include <limits.h>
  9. #endif
  10. #include <fcntl.h>
  11. extern long lseek(); /* sigh. */
  12.  
  13. #endif
  14.