Date: Sun, 18 Feb 2001 20:43:22 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200102190443.f1J4hM147160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102190443.f1J4hM147160>