mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-10 11:39:41 -04: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
|