Convert the few instances of int32 there were to int32_t.
[bbaumbach/samba-autobuild/.git] / source3 / smbd / trans2.c
index 7dcbe89fcc79b8e7c9c1a26a1f7284812743053f..6c77e85f20e8ee6ae110b8022bb6260b0799035a 100644 (file)
@@ -1068,7 +1068,7 @@ static void call_trans2open(connection_struct *conn,
        char *params = *pparams;
        char *pdata = *ppdata;
        int deny_mode;
-       int32 open_attr;
+       int32_t open_attr;
        bool oplock_request;
 #if 0
        bool return_additional_info;