Learn that 'b' comes before 'e' in ISO-LATIN-1

This commit is contained in:
Warner Losh 2004-11-10 00:54:18 +00:00
parent a5158af81f
commit d79af75b74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137496

View File

@ -150,9 +150,9 @@ struct resource *rman_reserve_resource(struct rman *rm, u_long start,
struct resource *rman_reserve_resource_bound(struct rman *rm, u_long start,
u_long end, u_long count, u_long bound,
u_int flags, struct device *dev);
void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
void rman_set_bustag(struct resource *_r, bus_space_tag_t _t);
void rman_set_end(struct resource *_r, u_long _end);
void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
void rman_set_rid(struct resource *_r, int _rid);
void rman_set_start(struct resource *_r, u_long _start);
void rman_set_virtual(struct resource *_r, void *_v);