From owner-cvs-all Mon Dec 27 0:45:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB8E4151F0; Mon, 27 Dec 1999 00:45:16 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA20683; Mon, 27 Dec 1999 00:45:16 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912270845.AAA20683@freefall.freebsd.org> From: Peter Wemm Date: Mon, 27 Dec 1999 00:45:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand nullfs.c printf.c stand.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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