Change uint_t to unsigned int in source4
[sfrench/samba-autobuild/.git] / source4 / libcli / raw / rawtrans.c
index d68df56705896889274c12fb62d540c734f8c268..dd017715c7e69fc24539069451e10eb3cf178765 100644 (file)
@@ -29,7 +29,7 @@
   check out of bounds for incoming data
 */
 static bool raw_trans_oob(struct smbcli_request *req,
-                         uint_t offset, uint_t count)
+                         unsigned int offset, unsigned int count)
 {
        uint8_t *ptr;