From owner-cvs-sys Sat Oct 18 02:04:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA06280 for cvs-sys-outgoing; Sat, 18 Oct 1997 02:04:39 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA06248; Sat, 18 Oct 1997 02:04:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA17796; Sat, 18 Oct 1997 02:02:41 -0700 (PDT) Date: Sat, 18 Oct 1997 02:02:41 -0700 (PDT) Message-Id: <199710180902.CAA17796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ppp.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/18 02:02:41 PDT Modified files: sys/net if_ppp.h Log: Braino on my part.. a #define isn't a reference to a structure, so the struct only needs to be defined if the macro is used. Pointed out by: bde Revision Changes Path 1.13 +1 -3 src/sys/net/if_ppp.h