]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Remove non-standard integer types
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2026 06:05:10 +0000 (08:05 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2026 06:05:10 +0000 (08:05 +0200)
commitcae79fc1668d9e653d54dd4d4e97cb95736f389d
tree856e79a70e0e19bff4392905f4d40b78fbed1317
parent5e6018bf7ab14dadffe4261725b78de8b2df29fd
parent3e848b2541c62916f5ac15d94ffc826b6ecfa142
fix: nil: Remove non-standard integer types

Replace u_char with uint8_t and uint with unsigned int.

Merge branch 'ondrej/replace-u_char-with-uint8_t' into 'main'

See merge request isc-projects/bind9!12331