diff options
| author | Alfonso Gregory <gfunni234@gmail.com> | 2023-06-28 22:20:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-06-28 22:26:06 +0000 |
| commit | 27cebb4eac3d03b81defa2785eae350f6caca2c7 (patch) | |
| tree | 2f7e84cdc6ef6cb42fd888f8970c342d4a820914 /sbin | |
| parent | 430168942f2bf68b0230906a658a0ceb7acceef2 (diff) | |
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/newfs/mkfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 28b02d250e17..85137c7881f9 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -1230,7 +1230,7 @@ ilog2(int val) static u_int32_t newfs_random(void) { - static int nextnum = 1; + static u_int32_t nextnum = 1; if (Rflag) return (nextnum++); |
