mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
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. |
||
|---|---|---|
| .. | ||
| uucp | ||
| Makefile | ||
| Makefile.inc | ||