git: sbin/*hammer2: Include <stdint.h> for intmax_t/uintmax_t
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Apr 9 23:04:03 PDT 2023
commit 46eecc1e70c826da7b6615e48199f0f6239b3394
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Mon Apr 10 00:12:25 2023 -0700
sbin/*hammer2: Include <stdint.h> for intmax_t/uintmax_t
intmax_t/uintmax_t belong to <stdint.h>.
These files don't compile on OpenBSD without explicit includes.
Summary of changes:
sbin/fsck_hammer2/test.c | 1 +
sbin/hammer2/hammer2.h | 1 +
sbin/hammer2/ondisk.c | 1 +
sbin/hammer2/subs.c | 1 +
sbin/newfs_hammer2/mkfs_hammer2.c | 1 +
5 files changed, 5 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/46eecc1e70c826da7b6615e48199f0f6239b3394
--
DragonFly BSD source repository
More information about the Commits
mailing list