freebsd-dev/libexec/ypxfr
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
..
Makefile libexec: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:28:03 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
yp_dbwrite.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ypxfr_extern.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ypxfr_getmap.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ypxfr_main.c yp*: fix -fno-common build 2020-04-06 23:16:05 +00:00
ypxfr_misc.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ypxfr.8
ypxfrd_getmap.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00