From owner-p4-projects Fri Aug 30 14: 1:51 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BFDFF37B401; Fri, 30 Aug 2002 14:01:45 -0700 (PDT) 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 6994E37B400 for ; Fri, 30 Aug 2002 14:01:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C34F43E4A for ; Fri, 30 Aug 2002 14:01:45 -0700 (PDT) (envelope-from mini@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UL1jJU027999 for ; Fri, 30 Aug 2002 14:01:45 -0700 (PDT) (envelope-from mini@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UL1iMJ027996 for perforce@freebsd.org; Fri, 30 Aug 2002 14:01:44 -0700 (PDT) Date: Fri, 30 Aug 2002 14:01:44 -0700 (PDT) Message-Id: <200208302101.g7UL1iMJ027996@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to mini@freebsd.org using -f From: Jonathan Mini Subject: PERFORCE change 16817 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16817 Change 16817 by mini@mini_stylus on 2002/08/30 14:00:43 Reorder includes (sys/* first). Affected files ... .. //depot/projects/kse/lib/libc/gen/swapcontext.c#3 edit .. //depot/projects/kse/lib/libc/i386/gen/makecontext.c#5 edit Differences ... ==== //depot/projects/kse/lib/libc/gen/swapcontext.c#3 (text+ko) ==== @@ -27,10 +27,11 @@ #include __FBSDID("$FreeBSD: src/lib/libc/gen/swapcontext.c,v 1.2 2002/01/11 19:46:08 deischen Exp $"); +#include + #include #include #include -#include __weak_reference(__swapcontext, swapcontext); ==== //depot/projects/kse/lib/libc/i386/gen/makecontext.c#5 (text+ko) ==== @@ -29,11 +29,11 @@ #include #include +#include #include #include #include -#include #include /* Prototypes */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message