Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 08:23:46 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10524 for review
Message-ID:  <200204301523.g3UFNk353269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
+#include <sys/endian.h>
 
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204301523.g3UFNk353269>