From owner-cvs-all Fri Jun 21 3:57:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46AC637B404; Fri, 21 Jun 2002 03:56:45 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LAujv42603; Fri, 21 Jun 2002 03:56:45 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206211056.g5LAujv42603@freefall.freebsd.org> From: Juli Mallett Date: Fri, 21 Jun 2002 03:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config lang.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/21 03:56:44 PDT Modified files: usr.sbin/config lang.l Log: Clean up hex() and octal() to return and work with unsigned integers since they scan values of unsigned types, and since they do not need otherwise, have them take const char * arguments. Revision Changes Path 1.33 +9 -9 src/usr.sbin/config/lang.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message