From owner-p4-projects@FreeBSD.ORG Fri Jul 22 23:35:40 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D652B16A421; Fri, 22 Jul 2005 23:35:39 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16E416A41F for ; Fri, 22 Jul 2005 23:35:39 +0000 (GMT) (envelope-from soc-anders@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F86A43D45 for ; Fri, 22 Jul 2005 23:35:39 +0000 (GMT) (envelope-from soc-anders@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6MNZdOY049434 for ; Fri, 22 Jul 2005 23:35:39 GMT (envelope-from soc-anders@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6MNZdkE049431 for perforce@freebsd.org; Fri, 22 Jul 2005 23:35:39 GMT (envelope-from soc-anders@freebsd.org) Date: Fri, 22 Jul 2005 23:35:39 GMT Message-Id: <200507222335.j6MNZdkE049431@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-anders@freebsd.org using -f From: soc-anders To: Perforce Change Reviews Cc: Subject: PERFORCE change 80815 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: Fri, 22 Jul 2005 23:35:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=80815 Change 80815 by soc-anders@soc-anders_gimli on 2005/07/22 23:34:58 Changes needed due to modification in kernel header files. Affected files ... .. //depot/projects/soc2005/ifcleanup/src/src/usr.bin/kdump/mkioctls#2 edit .. //depot/projects/soc2005/ifcleanup/src/src/usr.bin/systat/ip6.c#2 edit .. //depot/projects/soc2005/ifcleanup/src/src/usr.sbin/ppp/iface.c#2 edit Differences ... ==== //depot/projects/soc2005/ifcleanup/src/src/usr.bin/kdump/mkioctls#2 (text+ko) ==== @@ -23,7 +23,7 @@ find -H -s * -name '*.h' | xargs egrep -l \ '^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' | - awk '{printf("#include <%s>\\\\n", $1)}' + awk '{if ($1 != "netinet6/in6.h") {printf("#include <%s>\\\\n", $1)}}' ` awk -v x="$ioctl_includes" 'BEGIN {print x}' | ==== //depot/projects/soc2005/ifcleanup/src/src/usr.bin/systat/ip6.c#2 (text+ko) ==== @@ -52,7 +52,7 @@ #include #include #include -#include +#include #include #include ==== //depot/projects/soc2005/ifcleanup/src/src/usr.sbin/ppp/iface.c#2 (text+ko) ==== @@ -36,7 +36,7 @@ #endif #include #include -#include +#include #include #ifndef NOINET6 #include