[SCM] Samba Shared Repository - branch master updated - 2b85288e82d33cc62b1d669d50daad93e008711a

Tim Prouty tprouty at samba.org
Thu Nov 20 23:11:37 GMT 2008


The branch, master has been updated
       via  2b85288e82d33cc62b1d669d50daad93e008711a (commit)
      from  293372ff8d32a48d764171ecca3a8c55dfe0e818 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2b85288e82d33cc62b1d669d50daad93e008711a
Author: Tim Prouty <tprouty at samba.org>
Date:   Wed Nov 19 17:29:49 2008 -0800

    s3 build: Fix incomplete types warnings

-----------------------------------------------------------------------

Summary of changes:
 lib/util/util.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/util.h b/lib/util/util.h
index ec1cfef..dced557 100644
--- a/lib/util/util.h
+++ b/lib/util/util.h
@@ -21,6 +21,8 @@
 #ifndef _SAMBA_UTIL_H_
 #define _SAMBA_UTIL_H_
 
+#include <netinet/in.h>
+
 #if _SAMBA_BUILD_ == 4
 #include "../lib/util/charset/charset.h"
 #endif
@@ -124,9 +126,6 @@ void CatchChildLeaveStatus(void);
 
 /* The following definitions come from lib/util/system.c  */
 
-
-struct in_addr;
-
 /**************************************************************************
 A wrapper for gethostbyname() that tries avoids looking up hostnames 
 in the root domain, which can cause dial-on-demand links to come up for no


-- 
Samba Shared Repository


More information about the samba-cvs mailing list