commit 7d69241457e99e4be5ba4af822ec46f8732fba73
Author: zrj <[email protected]>
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

Reply via email to