mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -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. |
||
|---|---|---|
| .. | ||
| chat.c | ||
| conf.h | ||
| config.h | ||
| conn.c | ||
| conn.h | ||
| copy.c | ||
| cu.h | ||
| getopt.h | ||
| log.c | ||
| policy.h | ||
| prot.c | ||
| prot.h | ||
| sysdep.h | ||
| system.h | ||
| tcp.c | ||
| tli.c | ||
| trans.h | ||
| util.c | ||
| uuconf.h | ||
| uucp.h | ||
| uudefs.h | ||