From 4b122ce2da493e3abd1ca54dd2ce8b9752e70ec8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 19 Mar 2005 18:21:39 +0000 Subject: r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit platforms. Volker (This used to be commit f7218d1c66ae91fa79f5a40e0ba618beba038bbc) --- source3/smbd/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/service.c') diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 684d49c56a..7bbf8d7f2a 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -272,7 +272,7 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser, struct passwd *pass = NULL; BOOL guest = False; connection_struct *conn; - struct stat st; + SMB_STRUCT_STAT st; fstring user; fstring dev; -- cgit