Skip to content

Commit

Permalink
Merge 1e0df1c into 310f47b
Browse files Browse the repository at this point in the history
  • Loading branch information
rokuyama committed Jul 3, 2021
2 parents 310f47b + 1e0df1c commit 1cff0bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hints/netbsd.sh
Expand Up @@ -300,3 +300,12 @@ EOM
;;
esac
EOCBU

# use64bitint is mandatory for NetBSD 4.0 and later, where ino_t is uint64_t.
case "$osver" in
[0-3].*)
;;
*)
use64bitint=yes
;;
esac

0 comments on commit 1cff0bd

Please sign in to comment.