freebsd-dev/libexec/ypxfr
Dimitry Andric 3eb9425c95 Fix the incompatible enum conversions in libexec/ypxfr in another, more
messy way, so as to not disrupt other yp programs: just add casts to
convert the incompatible enums, as the numerical values are the same
(either by accident, design, or the phase of the moon at that time).

MFC after:	1 week
2011-12-16 22:05:10 +00:00
..
Makefile Make WARNS=6 the default for libexec/. 2010-01-02 09:50:19 +00:00
yp_dbwrite.c Revert r228592, as the non-messy way of fixing ypxfr breaks other yp 2011-12-16 21:57:44 +00:00
ypxfr_extern.h Revert r228592, as the non-messy way of fixing ypxfr breaks other yp 2011-12-16 21:57:44 +00:00
ypxfr_getmap.c Fix the incompatible enum conversions in libexec/ypxfr in another, more 2011-12-16 22:05:10 +00:00
ypxfr_main.c Fix the incompatible enum conversions in libexec/ypxfr in another, more 2011-12-16 22:05:10 +00:00
ypxfr_misc.c Fix the incompatible enum conversions in libexec/ypxfr in another, more 2011-12-16 22:05:10 +00:00
ypxfr.8 Fix incorrect usage of 'assure' and 'insure'. 2010-08-28 16:32:01 +00:00
ypxfrd_getmap.c