]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r306681, r336249-r336250, r336261: remove inflate conflict
authorkevans <kevans@FreeBSD.org>
Wed, 20 Feb 2019 19:32:02 +0000 (19:32 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 20 Feb 2019 19:32:02 +0000 (19:32 +0000)
commit5ed16f2e861d084d840467ed0b72c53fa780364e
treeedecd5d2661b890c6ba44425c364764476b7c096
parent867c0643d415b25960cffc049e532446a8a8d008
MFC r306681, r336249-r336250, r336261: remove inflate conflict

r306681:
ANSIfy inflate.c

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8143

r336249:
Fix sparc64 builds

gcc is complaining about struct infate being defined in a parameter
list. It's inclear how long this has been broken, but the fix is
simple enough.

r336250:
There's two files in the sys tree named inflate.c, in addition
to it being a common name elsewhere. Rename the old kzip one
to subr_inflate.c.

This actually fixes the build issues on sparc64 that my inclusion of
.PATH ${SYSDIR}/kern created in r336244, so also revert the broken
workaround I committed in r336249.

This slipped passed me because apparently, I never did a clean build.

r336261:
Catch up to the inflate renaming.
stand/i386/kgzldr/Makefile
sys/conf/Makefile.arm
sys/conf/files
sys/kern/subr_inflate.c [moved from sys/kern/inflate.c with 97% similarity]