vm/vm_map.h: drop vm_flags_t

Suggested by:	alc
Reviewed by:	alc
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D47934
This commit is contained in:
Konstantin Belousov 2024-12-08 01:09:57 +02:00
parent d939fd2d45
commit fae0cc5fd8

View file

@ -75,7 +75,6 @@
* vm_map_entry_t an entry in an address map.
*/
typedef u_char vm_flags_t;
typedef u_int vm_eflags_t;
/*