diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 23:03:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:31 -0500 |
commit | 8bab9322825090952b25aa7e54c9bcd2f367de8d (patch) | |
tree | 95634bf39f0f2bbd1bdddb39f71c000e798a6ed3 /source4/libcli | |
parent | 46f627ea7afb0ad006efadf593bf202cea05194e (diff) | |
download | samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.tar.gz samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.tar.bz2 samba-8bab9322825090952b25aa7e54c9bcd2f367de8d.zip |
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/nbt/libnbt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/nbt/libnbt.h b/source4/libcli/nbt/libnbt.h index e828beb29f..521c4f52bd 100644 --- a/source4/libcli/nbt/libnbt.h +++ b/source4/libcli/nbt/libnbt.h @@ -74,7 +74,7 @@ struct nbt_name_request { /* shall we allow multiple replies? */ BOOL allow_multiple_replies; - uint_t num_replies; + unsigned int num_replies; struct nbt_name_reply { struct nbt_name_packet *packet; struct socket_address *dest; |