From owner-p4-projects@FreeBSD.ORG Tue Aug 15 13:41:00 2006 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 2A26A16A511; Tue, 15 Aug 2006 13:41:00 +0000 (UTC) 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 ECAF516A504 for ; Tue, 15 Aug 2006 13:40:59 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A34543D4C for ; Tue, 15 Aug 2006 13:40:44 +0000 (GMT) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7FDehlY092911 for ; Tue, 15 Aug 2006 13:40:43 GMT (envelope-from rdivacky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7FDeh4E092906 for perforce@freebsd.org; Tue, 15 Aug 2006 13:40:43 GMT (envelope-from rdivacky@FreeBSD.org) Date: Tue, 15 Aug 2006 13:40:43 GMT Message-Id: <200608151340.k7FDeh4E092906@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rdivacky@FreeBSD.org using -f From: Roman Divacky To: Perforce Change Reviews Cc: Subject: PERFORCE change 104023 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: Tue, 15 Aug 2006 13:41:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=104023 Change 104023 by rdivacky@rdivacky_witten on 2006/08/15 13:40:04 Dont include various includes in linux.h Pointed out by: jhb Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux.h#4 edit .. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_signal.c#6 edit .. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux.h#19 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux.h#4 (text+ko) ==== @@ -34,10 +34,6 @@ #define _AMD64_LINUX_LINUX_H_ #include /* for sigval union */ -#include -#include -#include -#include #include ==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_signal.c#6 (text+ko) ==== @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux.h#19 (text+ko) ==== @@ -32,10 +32,6 @@ #define _I386_LINUX_LINUX_H_ #include /* for sigval union */ -#include -#include -#include -#include #include