projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c2e90
)
include/compiler.h: typedef ulong for FreeBSD
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Tue, 19 Jul 2011 10:41:48 +0000
(10:41 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 28 Jul 2011 19:17:11 +0000
(21:17 +0200)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
include/compiler.h
patch
|
blob
|
history
diff --git
a/include/compiler.h
b/include/compiler.h
index
91dbe56
..
4e047c7
100644
(file)
--- a/
include/compiler.h
+++ b/
include/compiler.h
@@
-44,7
+44,7
@@
#ifdef __linux__
# include <endian.h>
# include <byteswap.h>
-#elif defined(__MACH__)
+#elif defined(__MACH__)
|| defined(__FreeBSD__)
# include <machine/endian.h>
typedef unsigned long ulong;
#endif