From owner-cvs-all Sun Feb 18 20:43:25 2001 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 E44E737B4EC; Sun, 18 Feb 2001 20:43:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1J4hM147160; Sun, 18 Feb 2001 20:43:22 -0800 (PST) (envelope-from peter) Message-Id: <200102190443.f1J4hM147160@freefall.freebsd.org> From: Peter Wemm Date: Sun, 18 Feb 2001 20:43:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config Makefile config.h config.y lang.l main.c mkmakefile.c mkoptions.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/18 20:43:22 PST Modified files: usr.sbin/config Makefile config.h config.y lang.l main.c mkmakefile.c mkoptions.c Log: ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" string could have been passed to free(); There are some warnings here I am not sure how to fix as they are in the lex scanner code, etc. Revision Changes Path 1.28 +2 -2 src/usr.sbin/config/Makefile 1.44 +3 -3 src/usr.sbin/config/config.h 1.52 +3 -3 src/usr.sbin/config/config.y 1.30 +2 -2 src/usr.sbin/config/lang.l 1.49 +5 -6 src/usr.sbin/config/main.c 1.62 +9 -9 src/usr.sbin/config/mkmakefile.c 1.26 +4 -3 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message