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

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