mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
Add a very simple patch to enforce usage of 'unsigned int' instead of just 'unsigned' for the consistency through the whole source code.
5 lines
33 B
Text
5 lines
33 B
Text
@@
|
|
@@
|
|
|
|
- unsigned
|
|
+ unsigned int
|