From owner-p4-projects Tue Apr 30 8:23:52 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A01C937B422; Tue, 30 Apr 2002 08:23:47 -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 A66BC37B421 for ; Tue, 30 Apr 2002 08:23:46 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3UFNk353269 for perforce@freebsd.org; Tue, 30 Apr 2002 08:23:46 -0700 (PDT) (envelope-from cvance@tislabs.com) Date: Tue, 30 Apr 2002 08:23:46 -0700 (PDT) Message-Id: <200204301523.g3UFNk353269@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to cvance@tislabs.com using -f From: Chris Vance Subject: PERFORCE change 10524 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=10524 Change 10524 by cvance@cvance_korben on 2002/04/30 08:23:29 Need to include endian.h now so le32toh(), etc. are defined. Affected files ... ... //depot/projects/trustedbsd/mac/sys/security/sebsd/linux-compat.h#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/sebsd/linux-compat.h#3 (text+ko) ==== @@ -45,6 +45,7 @@ #ifdef __FreeBSD__ #include +#include typedef u_int64_t __u64; typedef u_int32_t __u32; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message