mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Change a use of u_int32_t to uint32_t.
PR: bin/93172 Submitted by: Robert Millan <rmh at aybabtu dot com> MFC after: 1 week
This commit is contained in:
parent
bf7c82844c
commit
6a9d52f375
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179024
@ -70,7 +70,7 @@ main(int argc, char **argv)
|
||||
off_t len;
|
||||
char *fn, *p;
|
||||
int (*cfncn)(int, uint32_t *, off_t *);
|
||||
void (*pfncn)(char *, u_int32_t, off_t);
|
||||
void (*pfncn)(char *, uint32_t, off_t);
|
||||
|
||||
if ((p = rindex(argv[0], '/')) == NULL)
|
||||
p = argv[0];
|
||||
|
Loading…
Reference in New Issue
Block a user