Say `unsigned int` rather than `unsigned`

`unsigned int` == `unsigned` in C, but we were using both forms.  This
commit standardizes us to using `unsigned int`.
1 file changed