From owner-cvs-all@FreeBSD.ORG Fri Jan 9 03:25:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D1C16A4CE; Fri, 9 Jan 2004 03:25:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEACF43D1F; Fri, 9 Jan 2004 03:25:14 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i09BPE0B027049; Fri, 9 Jan 2004 03:25:14 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i09BPEbH027048; Fri, 9 Jan 2004 03:25:14 -0800 (PST) (envelope-from harti) Message-Id: <200401091125.i09BPEbH027048@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 9 Jan 2004 03:25:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_atmsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 11:25:15 -0000 harti 2004/01/09 03:25:14 PST FreeBSD src repository Modified files: sys/net if_atmsubr.c Log: Fix a warning when NATM is not defined. In this case s is not used. Revision Changes Path 1.34 +2 -0 src/sys/net/if_atmsubr.c