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/ntvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/ntvfs.h') diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h index 3d12c5efc9..9069e6c2ac 100644 --- a/source4/ntvfs/ntvfs.h +++ b/source4/ntvfs/ntvfs.h @@ -223,7 +223,7 @@ struct ntvfs_context { struct ntvfs_async_state { struct ntvfs_async_state *prev, *next; /* the async handling infos */ - uint_t state; + unsigned int state; void *private_data; void (*send_fn)(struct ntvfs_request *); NTSTATUS status; -- cgit