Subject: Re: CVS commit: src/sys/sys
To: Bang Jun-Young <junyoung@NetBSD.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 07/03/2004 18:37:17
On Jul 3,  4:40pm, junyoung@NetBSD.org (Bang Jun-Young) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| 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.
| 

I don't know. If someone requests it and tests it.
For now, use a /*LINTED*/ comment.

christos