From owner-cvs-all Wed Jan 27 13:36:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14101 for cvs-all-outgoing; Wed, 27 Jan 1999 13:36:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14090; Wed, 27 Jan 1999 13:36:16 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA19795; Wed, 27 Jan 1999 13:36:16 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Wed, 27 Jan 1999 13:36:16 -0800 (PST) Message-Id: <199901272136.NAA19795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_scanf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/27 13:36:15 PST Modified files: sys/kern subr_scanf.c Log: Fix array index of signed char to cast to unsigned char and then to int. Also general const cleanup. Revision Changes Path 1.2 +9 -9 src/sys/kern/subr_scanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message