]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change file_loadraw() from static to public. Change the order of its
authorian <ian@FreeBSD.org>
Sat, 22 Feb 2014 22:03:26 +0000 (22:03 +0000)
committerian <ian@FreeBSD.org>
Sat, 22 Feb 2014 22:03:26 +0000 (22:03 +0000)
commitf462797a7d2b0afc9492194e33457e4887fcee49
tree1ec255766dc52457cbda3322d6a06feba1ddcaf7
parentfc6685cd75dceda6659773d1b991a614236555ab
Change file_loadraw() from static to public.  Change the order of its
arguments from type,filename to filename,type to be consistant with other
public file_whatever() functions, and change it to return a pointer to
the preloaded_file struct describing the file.  Adjust existing callers.
sys/boot/common/bootstrap.h
sys/boot/common/module.c