summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib/api_public.h
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-10-04 13:19:15 +0000
committerraj <raj@FreeBSD.org>2008-10-04 13:19:15 +0000
commit766a91b7a6d62bed578f909e51629de4176bc87f (patch)
treedb8b0349779b7454307a5fa81d69c52e0e6689ec /sys/boot/uboot/lib/api_public.h
parent2a77c29adae965cd014d2d82376d68280e2846a4 (diff)
downloadFreeBSD-src-766a91b7a6d62bed578f909e51629de4176bc87f.zip
FreeBSD-src-766a91b7a6d62bed578f909e51629de4176bc87f.tar.gz
Minor style(9) fixes for U-Boot API glue.
Diffstat (limited to 'sys/boot/uboot/lib/api_public.h')
-rw-r--r--sys/boot/uboot/lib/api_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/api_public.h b/sys/boot/uboot/lib/api_public.h
index 9edf3af..b0140c5 100644
--- a/sys/boot/uboot/lib/api_public.h
+++ b/sys/boot/uboot/lib/api_public.h
@@ -118,7 +118,7 @@ struct sys_info {
#undef CFG_64BIT_LBA
#ifdef CFG_64BIT_LBA
-typedef u_int64_t lbasize_t;
+typedef uint64_t lbasize_t;
#else
typedef unsigned long lbasize_t;
#endif
OpenPOWER on IntegriCloud