From owner-p4-projects@FreeBSD.ORG Thu Jul 24 15:27:56 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6A9A01065684; Thu, 24 Jul 2008 15:27:56 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E09A1065673 for ; Thu, 24 Jul 2008 15:27:56 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outU.internet-mail-service.net (outu.internet-mail-service.net [216.240.47.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1D20C8FC19 for ; Thu, 24 Jul 2008 15:27:56 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id EF2C724A3; Thu, 24 Jul 2008 08:17:20 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id EF0FF2D6054; Thu, 24 Jul 2008 08:17:19 -0700 (PDT) Message-ID: <48889CE8.4060009@elischer.org> Date: Thu, 24 Jul 2008 08:16:56 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Marko Zec References: <200807241050.m6OAoMmx029652@repoman.freebsd.org> In-Reply-To: <200807241050.m6OAoMmx029652@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 145786 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 15:27:56 -0000 Marko Zec wrote: > http://perforce.freebsd.org/chv.cgi?CH=145786 > > Change 145786 by zec@zec_tpx32 on 2008/07/24 10:49:55 > > Unbreak LINT + nooptions INET6 + nooptions SCTP build. > > Affected files ... > > .. //depot/projects/vimage-commit/src/sys/dev/lmc/if_lmc.c#3 edit > .. //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#3 edit > .. //depot/projects/vimage-commit3/src/sys/dev/lmc/if_lmc.c#3 edit > heh 3 branches., 1 commit :-) > Differences ... > > ==== //depot/projects/vimage-commit/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ==== > > @@ -83,6 +83,12 @@ > # ifndef NETGRAPH > # define NETGRAPH 0 > # endif > +# ifndef INET > +# define INET 0 > +# endif > +# ifndef INET6 > +# define INET6 0 > +# endif > # define P2P 0 /* not in FreeBSD */ > # if (__FreeBSD_version >= 500000) > # define NSPPP 1 /* No count devices in FreeBSD 5 */ > > ==== //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ==== > > @@ -83,6 +83,12 @@ > # ifndef NETGRAPH > # define NETGRAPH 0 > # endif > +# ifndef INET > +# define INET 0 > +# endif > +# ifndef INET6 > +# define INET6 0 > +# endif > # define P2P 0 /* not in FreeBSD */ > # if (__FreeBSD_version >= 500000) > # define NSPPP 1 /* No count devices in FreeBSD 5 */ > > ==== //depot/projects/vimage-commit3/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ==== > > @@ -83,6 +83,12 @@ > # ifndef NETGRAPH > # define NETGRAPH 0 > # endif > +# ifndef INET > +# define INET 0 > +# endif > +# ifndef INET6 > +# define INET6 0 > +# endif > # define P2P 0 /* not in FreeBSD */ > # if (__FreeBSD_version >= 500000) > # define NSPPP 1 /* No count devices in FreeBSD 5 */