From owner-cvs-sys Wed Jun 19 08:39:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20745 for cvs-sys-outgoing; Wed, 19 Jun 1996 08:39:36 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20663; Wed, 19 Jun 1996 08:37:57 -0700 (PDT) Date: Wed, 19 Jun 1996 08:37:57 -0700 (PDT) From: Nate Williams Message-Id: <199606191537.IAA20663@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 08:37:56 Modified: sys/i386/conf LINT Log: Macro expressions should be fully parenthesized! Fix the MAXMEM definition although it would work as it was written. options "MAXMEM=(128*1024)" Suggested by: bde Revision Changes Path 1.268 +2 -2 src/sys/i386/conf/LINT