home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / FGREP / LINUX / FGREP. next >
Encoding:
Text File  |  1998-07-24  |  401 b   |  11 lines

  1. --- unix.h.rtr    Wed Feb  5 07:10:08 1997
  2. +++ unix.h    Wed Feb  5 07:11:17 1997
  3. @@ -26,7 +26,6 @@
  4.  extern unsigned int EXFUN(alarm, (unsigned int));
  5.  extern PTR EXFUN(sbrk, (size_t));
  6.  extern int EXFUN(chdir, (const char *));
  7. -extern int EXFUN(chmod, (const char *, int));
  8.  extern int EXFUN(chown, (const char *, int, int));
  9.  extern int EXFUN(close, (int));
  10.  extern int EXFUN(creat, (const char *, int));
  11.