From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 18:51:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEEBA106564A for ; Fri, 13 Mar 2009 18:51:48 +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 6C78E8FC08 for ; Fri, 13 Mar 2009 18:51:48 +0000 (UTC) (envelope-from assaulter0x80@gmail.com) Received: by bwz8 with SMTP id 8so2666155bwz.43 for ; Fri, 13 Mar 2009 11:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=EJDwo4E+iJom9sz/+EZKfUA/BmpWPeja4fyMywctC4I=; b=Cz+U8BnS7iXWSzN4bLZsshac1gDsiftijg0gRud1mxfpaG2TfI7pntTa54D4bj2thB 3hQtVxr+JGDTRwdOmV/PFHS7+lmRf2oX2+f4i+8aM7itrbII6y50gJwdrLJr6oCsSjuD eibVpCzyqUcZlrjPbnOIHP1Bcnf6LIUrM+//4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ThxkHo7q8VK4hRUY+xW7yADA8ofS1/b1feOUbPIYol8D9xIcytta1199D2r4bxKrxk OozswOFwaZKdv/NzrNgwI+K0WII4HSOKC2Y05W4chlqtCMFt61NTdKw+hfHq+X0Lg2GG 9DwifkzZNT2zY6NeqtYzui8387Y7KFnjzyOyE= MIME-Version: 1.0 Received: by 10.103.172.9 with SMTP id z9mr788825muo.109.1236968803446; Fri, 13 Mar 2009 11:26:43 -0700 (PDT) Date: Fri, 13 Mar 2009 19:26:43 +0100 Message-ID: From: Jacky Oh To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sys/vimage.h and net/opt_inet6 not exist on 7.1 release? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 18:51:49 -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