[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Thu Feb 23 11:18:03 MST 2012


The branch, master has been updated
       via  101bd18 s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
      from  f25d1f5 dcerpc_server: Add 'modulesdir' variable to pkg-config file.

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


- Log -----------------------------------------------------------------
commit 101bd184d1a007b36e4fb889434e3013bdd3d1ea
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Thu Feb 23 11:41:11 2012 +0100

    s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
    
    https://bugzilla.samba.org/show_bug.cgi?id=8709
    
    Reviewed-by: Jelmer
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Thu Feb 23 19:17:25 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/smbd/utmp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/utmp.c b/source3/smbd/utmp.c
index 47462f6..6837c07 100644
--- a/source3/smbd/utmp.c
+++ b/source3/smbd/utmp.c
@@ -126,7 +126,9 @@ void sys_utmp_yield(const char *username, const char *hostname,
 
 #else /* WITH_UTMP */
 
+#ifdef HAVE_UTMP_H
 #include <utmp.h>
+#endif
 
 #ifdef HAVE_UTMPX_H
 #include <utmpx.h>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list