home *** CD-ROM | disk | FTP | other *** search
- --- compress/cast.c.rtr Fri Nov 22 18:15:13 1996
- +++ compress/cast.c Sat Feb 8 09:54:22 1997
- @@ -7,6 +7,7 @@
- */
-
- #include "defs.h"
- +#include <dirent.h>
- #include <sys/time.h>
- #if defined(__NeXT__)
- /* NeXT has no <utime.h> */
- --- compress/uncast.c.rtr Fri Nov 22 18:15:14 1996
- +++ compress/uncast.c Sat Feb 8 09:54:47 1997
- @@ -7,6 +7,7 @@
- */
-
- #include "defs.h"
- +#include <dirent.h>
- #include <sys/time.h>
- #if defined(__NeXT__)
- /* NeXT has no <utime.h> */
- --- libtemplate/include/config.h.rtr Fri Nov 22 18:15:21 1996
- +++ libtemplate/include/config.h Sat Feb 8 10:26:29 1997
- @@ -104,7 +104,7 @@
- */
- #ifndef NO_STRDUP
- #ifndef HAVE_STRDUP
- -#define NO_STRDUP
- +/* #define NO_STRDUP */
- #endif
- #endif
-
-