From 8bab9322825090952b25aa7e54c9bcd2f367de8d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 23:03:32 +0000 Subject: r15387: Fix installation of dcerpc headers, remove more instances of uint_t (This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22) --- source4/ntvfs/cifs_posix_cli/cvfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/ntvfs/cifs_posix_cli') diff --git a/source4/ntvfs/cifs_posix_cli/cvfs.h b/source4/ntvfs/cifs_posix_cli/cvfs.h index 8e462d99f4..74e7b6c452 100644 --- a/source4/ntvfs/cifs_posix_cli/cvfs.h +++ b/source4/ntvfs/cifs_posix_cli/cvfs.h @@ -13,7 +13,7 @@ struct svfs_private { }; struct svfs_dir { - uint_t count; + unsigned int count; char *unix_dir; struct svfs_dirfile { char *name; @@ -30,6 +30,6 @@ struct svfs_file { struct search_state { struct search_state *next, *prev; uint16_t handle; - uint_t current_index; + unsigned int current_index; struct svfs_dir *dir; }; -- cgit