From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 13 20:38:00 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2004710656D9 for ; Fri, 13 Mar 2009 20:38:00 +0000 (UTC) (envelope-from assaulter0x80@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0BE8FC16 for ; Fri, 13 Mar 2009 20:37:59 +0000 (UTC) (envelope-from assaulter0x80@gmail.com) Received: by bwz8 with SMTP id 8so2696555bwz.43 for ; Fri, 13 Mar 2009 13:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0+HLb7rv+J9sRBlq/ckRxiLZr+buqM3XapPu7Rz/w9o=; b=mUX8Yds/SVv4EfX18w+4+SsY3hb14cEj2VAnbgDkNOTkQ3ohrUBiOlIcF+Q9VDJSFJ zaf03C0H/5aMvTtxmO6TyQC7exXGlmbWNkRs3RT4vAaAGtJNQl5kPVK3ma5s5jwzwJP2 jzWGh69hZcwWvXiwKru+omQ269PAlm0oKkl+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ee/lBr7VPLdmwfWc62uf/63In53EJu6E5sd5nP3tCdd3ygZv5Co58clrPSxBtV8KRg NFH8B4647CLTwFvNqhi85ozVs+sVYhzvgr+FK7YJ0c7QW8Y71wT9MMORz17WUJ34GcQz QmeR/cajJHpqnEUrIW5mAXRZ+O0E5Lw++vyEA= MIME-Version: 1.0 Received: by 10.103.241.5 with SMTP id t5mr835083mur.127.1236974862323; Fri, 13 Mar 2009 13:07:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 Mar 2009 21:07:42 +0100 Message-ID: From: Jacky Oh To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: sys/vimage.h and net/opt_inet6 not exist on 7.1 release? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 20:38:00 -0000 Hi, Im trying to compile sys/netinet/ip_fw_pfil.c as example of KLD firewall module. This file include net/opt_inet6.h and sys/vimage.h but the compiler dont find it. This files seems that was deleted from the source tree. Anyone know something?. Thanks