From fcd718c7d8a6850ae8719f23ed044b06b57501cd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 May 2004 17:50:17 +0000 Subject: r890: convert samba4 to use [u]int8_t instead of [u]int8 metze (This used to be commit 2986c5f08c8f0c26a2ea7b6ce20aae025183109f) --- source4/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include/smb.h') diff --git a/source4/include/smb.h b/source4/include/smb.h index 74f71a0304..45a7bd0b2f 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -269,7 +269,7 @@ typedef struct time_info /* used to hold an arbitrary blob of data */ typedef struct data_blob { - uint8 *data; + uint8_t *data; size_t length; void (*free)(struct data_blob *data_blob); } DATA_BLOB; -- cgit