Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/10/2001 22:54:54
Module Name: basesrc
Committed By: christos
Date: Sat Mar 10 20:54:54 UTC 2001
Modified Files:
basesrc/lib/libc/gen: shquote.c shquotev.c
Log Message:
make these lint properly.
1. don't use MB_CUR_MAX, but MB_LEN_MAX because MB_CUR_MAX is a variable.
2. return a size_t type.
3. added const cond on do while macros.
4. remove unused variables and code,
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/gen/shquote.c \
basesrc/lib/libc/gen/shquotev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.