aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-13 16:33:00 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-13 16:33:00 +0000
commit56e53cb8ef000c3ef72337a4095987a932cdedef (patch)
treebd53d80c2702e6ceca59a093eb5d39ec37c00c59 /stand/uboot
parent011bbaa5138e04e38ff28537ae734216bdbfe270 (diff)
downloadsrc-56e53cb8ef000c3ef72337a4095987a932cdedef.tar.gz
src-56e53cb8ef000c3ef72337a4095987a932cdedef.zip
Prefer uintXX_t to u_intXX_t
A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do. -- Ralph Waldo Emerson
Notes
Notes: svn path=/head/; revision=330864
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/lib/elf_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/uboot/lib/elf_freebsd.c b/stand/uboot/lib/elf_freebsd.c
index 8ce3702f81f0..a11f0acb4593 100644
--- a/stand/uboot/lib/elf_freebsd.c
+++ b/stand/uboot/lib/elf_freebsd.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
extern vm_offset_t md_load(char *, vm_offset_t *, vm_offset_t *);
int
-__elfN(uboot_load)(char *filename, u_int64_t dest,
+__elfN(uboot_load)(char *filename, uint64_t dest,
struct preloaded_file **result)
{
int r;