git: libc/sl_find: sync prototype with NetBSD

John Marino marino at crater.dragonflybsd.org
Tue Mar 19 14:54:40 PDT 2013


commit 28daf9b506a8694ef63caa5b5c0172f6f7f929ee
Author: John Marino <draco at marino.st>
Date:   Tue Mar 19 21:57:26 2013 +0100

    libc/sl_find: sync prototype with NetBSD
    
    The sl_find function does not modify the 'name' argument.
    Set the constant qualifier on it to match NetBSD.  FreeBSD will make this
    change in the future as well.
    
    Submitted by: Eitan Eadler <eadler at freebsd.org>

Summary of changes:
 include/stringlist.h      | 2 +-
 lib/libc/gen/stringlist.3 | 4 ++--
 lib/libc/gen/stringlist.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/28daf9b506a8694ef63caa5b5c0172f6f7f929ee


-- 
DragonFly BSD source repository



More information about the Commits mailing list