Skip to content

Commit

Permalink
Merge 1e0df1c into 7ad5408
Browse files Browse the repository at this point in the history
  • Loading branch information
rokuyama committed May 25, 2021
2 parents 7ad5408 + 1e0df1c commit c6582f0
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 c6582f0

Please sign in to comment.