Date: Mon, 27 Dec 1999 00:45:16 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand nullfs.c printf.c stand.h Message-ID: <199912270845.AAA20683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/12/27 00:45:16 PST
Modified files:
lib/libstand nullfs.c printf.c stand.h
Log:
Tidy up some loose ends. nullfs_read/write were returning the wrong value.
Fix some ctype problems - isascii() caused a warning if fed an unsigned
char - it's always > 0 and libstand is compiled with -Wall.
Missing prototype/include in printf.c
Revision Changes Path
1.3 +3 -2 src/lib/libstand/nullfs.c
1.4 +2 -1 src/lib/libstand/printf.c
1.16 +4 -4 src/lib/libstand/stand.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912270845.AAA20683>
