]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228600:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 19:46:06 +0000 (19:46 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 19:46:06 +0000 (19:46 +0000)
commitb8a66e3597da247ebf276bc6d851e37902593e4e
tree993038194b6eb094fee3870cb0934c23d56dad62
parent44549addc6c8f1101ee1f6d70735dc1118622d1f
MFC r228600:

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).

git-svn-id: svn://svn.freebsd.org/base/stable/9@229142 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
libexec/ypxfr/ypxfr_getmap.c
libexec/ypxfr/ypxfr_main.c
libexec/ypxfr/ypxfr_misc.c