home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The UNIX CD Bookshelf
/
OREILLY_TUCB_UNIX_CD.iso
/
upt
/
examples
/
SOURCES
/
LNDIR
/
SSOL2
/
LNDIR.
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-24
|
264 b
|
15 lines
--- lndir.c.rtr Tue Feb 4 10:42:41 1997
+++ lndir.c Tue Feb 4 10:49:28 1997
@@ -1,9 +1,9 @@
#include <stdio.h>
#include <sys/types.h>
-#include <sys/dir.h>
+#include <dirent.h>
#include <sys/stat.h>
char *rindex();
-
+#define direct dirent
/*
** LNDIR
**