git: libc: Remove a single use of vm_offset_t type.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Sep 11 10:29:38 PDT 2019
commit 7d69241457e99e4be5ba4af822ec46f8732fba73
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Sep 11 14:36:48 2019 +0300
libc: Remove a single use of vm_offset_t type.
Use (uintptr_t) for casting (void *) like it is already used elsewhere
for consistency.
v2: use (uintptr_t) instead of (u_long) as suggested by swildner
Summary of changes:
lib/libc/sysvipc/shm.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d69241457e99e4be5ba4af822ec46f8732fba73
--
DragonFly BSD source repository
More information about the Commits
mailing list