freebsd-dev/gnu/libexec
Bruce Evans 05e598dc37 We do have <dirent.h>, and it was harmful to pretend that we don't.
Several files in uucp/libunix included <sys/dir.h> and defined dirent
as direct, but <sys/dir.h> defines direct as dirent.  This macro
recursion is not allowed by cpp in traditional mode.  The 2.0 mkdep
uses cpp in traditional mode (another bug) so cpp prints a error
message and exits with a nonzero status.  The error status leaks out
of the pipe (another bug) so mkdep "succeeds".  It may even succeed.
1994-08-28 16:04:56 +00:00
..
uucp We do have <dirent.h>, and it was harmful to pretend that we don't. 1994-08-28 16:04:56 +00:00
Makefile Update for new organization of gnu tree. 1994-01-30 01:08:21 +00:00
Makefile.inc Update for new organization of gnu tree. 1994-01-30 01:08:21 +00:00