Files
bind9/cocci/unsigned-int.spatch
Ondřej Surý 7e74e441a5 Add semantic patch to use 'unsigned int' instead of 'unsigned'
Add a very simple patch to enforce usage of 'unsigned int' instead of
just 'unsigned' for the consistency through the whole source code.
2022-09-19 15:52:08 +02:00

6 lines
33 B
Plaintext

@@
@@
- unsigned
+ unsigned int