From owner-p4-projects Fri Apr 12 10:25:59 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0DC2B37B404; Fri, 12 Apr 2002 10:25:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 534F637B400 for ; Fri, 12 Apr 2002 10:25:53 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3CHPr336666 for perforce@freebsd.org; Fri, 12 Apr 2002 10:25:53 -0700 (PDT) (envelope-from jhb@freebsd.org) Date: Fri, 12 Apr 2002 10:25:53 -0700 (PDT) Message-Id: <200204121725.g3CHPr336666@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 9621 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=9621 Change 9621 by jhb@jhb_zion on 2002/04/12 10:25:26 Integ fixing of this header from current so that ldd compiles. The sparc64_base label needs a labelsync but I don't have permission to do that. Affected files ... ... //depot/projects/sparc64/sys/sparc64/include/endian.h#13 integrate Differences ... ==== //depot/projects/sparc64/sys/sparc64/include/endian.h#13 (text+ko) ==== @@ -31,12 +31,13 @@ * SUCH DAMAGE. * * @(#)endian.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD: src/sys/sparc64/include/endian.h,v 1.8 2002/04/10 14:39:14 mike Exp $ + * $FreeBSD: src/sys/sparc64/include/endian.h,v 1.9 2002/04/12 15:56:45 mike Exp $ */ #ifndef _MACHINE_ENDIAN_H_ #define _MACHINE_ENDIAN_H_ +#include #include /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message