git: fae0cc5fd82d - main - vm/vm_map.h: drop vm_flags_t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Dec 2024 03:28:38 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fae0cc5fd82dce009f06c29e0d9cf5232f03136a commit fae0cc5fd82dce009f06c29e0d9cf5232f03136a Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-12-07 23:09:57 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-12-09 03:27:44 +0000 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 --- sys/vm/vm_map.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 9645ae1a0527..6af3dba42685 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -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; /*