From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 13 20:36:57 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 8010F1065677 for ; Fri, 13 Mar 2009 20:36:57 +0000 (UTC) (envelope-from assaulter0x80@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0F63E8FC15 for ; Fri, 13 Mar 2009 20:36:56 +0000 (UTC) (envelope-from assaulter0x80@gmail.com) Received: by fxm2 with SMTP id 2so2660208fxm.43 for ; Fri, 13 Mar 2009 13:36:56 -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=gerEjDyhnmUQ9R9OmrmR1tgcjF2VQtSvpD8zBZZS7LI=; b=blzdIxNRkRArfkQLyWpzcr6rY/u8hHjqsqgG4U3QBjR/Ce0AMfkjIQFJU2DepiuOi6 uDn4JPry60FNl6mtuxExDVtg7KY/xgtKHFyrX+YnENQiYgzuhH46UwazdDAWWSAQip6u Cf8grYl6dBtHSDf/amVckh3vD5T+ewrIuU7uE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ft65dYIcMdWrVBKHvJnzFnXZLQy6U8JdI3kgZ2VhArnuIbnhs8z0yw1esWh/t0xGHG YHhTIMySZt0aeqSJP2zn9VZYp2kMVuesQoXzm6DzQxo1HF+FSsMIDmtzPkweMn/HxzS9 SwUW9+AmHQMloqYgFsg2zw1Ds9t46T0ggd1gU= MIME-Version: 1.0 Received: by 10.103.102.17 with SMTP id e17mr850609mum.119.1236976611677; Fri, 13 Mar 2009 13:36:51 -0700 (PDT) Date: Fri, 13 Mar 2009 21:36:51 +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: 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:36:57 -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