home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / LNDIR / SSOL2 / LNDIR. next >
Encoding:
Text File  |  1998-07-24  |  264 b   |  15 lines

  1. --- lndir.c.rtr    Tue Feb  4 10:42:41 1997
  2. +++ lndir.c    Tue Feb  4 10:49:28 1997
  3. @@ -1,9 +1,9 @@
  4.  #include <stdio.h>
  5.  #include <sys/types.h>
  6. -#include <sys/dir.h>
  7. +#include <dirent.h>
  8.  #include <sys/stat.h>
  9.  char *rindex();
  10. -
  11. +#define direct dirent
  12.  /*
  13.  ** LNDIR
  14.  **
  15.