libc/sl_find: sync prototype with NetBSD
authorJohn Marino <draco@marino.st>
Tue, 19 Mar 2013 20:57:26 +0000 (21:57 +0100)
committerJohn Marino <draco@marino.st>
Tue, 19 Mar 2013 21:53:17 +0000 (22:53 +0100)
commit28daf9b506a8694ef63caa5b5c0172f6f7f929ee
treedb5ec7e093f9f5d03984dfa7a8c821c8a346e19b
parent901b9bd6b1962d0dd6f0f11f30b205f34ff11827
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@freebsd.org>
include/stringlist.h
lib/libc/gen/stringlist.3
lib/libc/gen/stringlist.c