Subject: Re: CVS commit: src/sys/sys
To: None <christos@netbsd.org>
From: Bang Jun-Young <junyoung@NetBSD.org>
List: source-changes
Date: 07/03/2004 16:40:11
Christos Zoulas wrote:
> Module Name:	src
> Committed By:	christos
> Date:		Wed Jun 30 13:57:32 UTC 2004
>
> Modified Files:
> 	src/sys/sys: cdefs.h
>
> Log Message:
> add __DECONST()

Can I  expect that it will be pulled up to netbsd-2-0 soon (as __UNCONST, of 
course)? strcasestr(3) I'm working on needs a hack like that to make lint 
happy. C implementation of strstr(3) also needs it.

Jun-Young