From owner-cvs-sys Mon Jun 16 23:00:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA25096 for cvs-sys-outgoing; Mon, 16 Jun 1997 23:00:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA24961; Mon, 16 Jun 1997 22:59:09 -0700 (PDT) From: Kenjiro Cho Received: (from kjc@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA18264; Mon, 16 Jun 1997 22:58:16 -0700 (PDT) Date: Mon, 16 Jun 1997 22:58:16 -0700 (PDT) Message-Id: <199706170558.WAA18264@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kjc 1997/06/16 22:58:16 PDT Modified files: sys/i386/conf LINT Log: correct the wrong ATM option name for native atm access NETNATM --> NATM reported by Bruce Evans. Bruce also pointed out that NATM is confusing since config(8) defines NATM as the number of atm pseudo device in "BUILD_DIR/atm.h". We might change the name in the future but leave it as it is for now. Revision Changes Path 1.345 +4 -4 src/sys/i386/conf/LINT