mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
This is mostly two problems spread out far and wide: - ypldap_process should be declared properly - debug is defined differently in many programs For the latter, just extern it and define it everywhere that actually needs it. This mostly works out nicely for ^/libexec/ypxfr, which can remove the assignment at the beginning of main in favor of defining it properly. -fno-common will become the default in GCC10/LLVM11. MFC after: 3 days |
||
|---|---|---|
| .. | ||
| aldap.c | ||
| aldap.h | ||
| ber.c | ||
| ber.h | ||
| entries.c | ||
| ldapclient.c | ||
| log.c | ||
| Makefile | ||
| Makefile.depend | ||
| parse.y | ||
| yp.c | ||
| ypldap.8 | ||
| ypldap.c | ||
| ypldap.conf.5 | ||
| ypldap.h | ||
| ypldap_dns.c | ||