r889: convert samba4 to use [u]int16_t instead of [u]int16
[ira/wip.git] / source / libcli / util / smberr.c
index d6eabcfbce9d4477f37524f2e290ac98185b63a6..577308a7c012c0a796dff1eb7312012a31136555 100644 (file)
@@ -145,7 +145,7 @@ static const struct {
 
 
 /* return a dos error string given a error class and error code */
-const char *dos_errstr(uint8 class, uint16 code)
+const char *dos_errstr(uint8 class, uint16_t code)
 {
        static char *msg;
        int i, j;