freebsd-dev/usr.sbin/ypldap
Kyle Evans 3a166b3323 yp*: fix -fno-common build
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
2020-04-06 23:16:05 +00:00
..
aldap.c
aldap.h
ber.c ypldap(8): Fix absent va_end() in 'goto fail' path 2020-01-29 05:59:22 +00:00
ber.h
entries.c
ldapclient.c
log.c
Makefile
Makefile.depend
parse.y
yp.c
ypldap_dns.c
ypldap.8
ypldap.c yp*: fix -fno-common build 2020-04-06 23:16:05 +00:00
ypldap.conf.5 Correct path in EXAMPLES ypldap.conf.5 2020-03-24 19:12:28 +00:00
ypldap.h yp*: fix -fno-common build 2020-04-06 23:16:05 +00:00