[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Tue Sep 21 20:11:53 MDT 2010


The branch, master has been updated
       via  7c9dab4 tevent: include libreplace heade before tevent header
      from  6172681 s3-libgpo: fix the build of scripts client side extension.

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


- Log -----------------------------------------------------------------
commit 7c9dab47618a809792cfdc43f0e3c5d88d2d7843
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Sep 21 19:08:40 2010 -0700

    tevent: include libreplace heade before tevent header
    
    this is supposed to fix bug #7463. Thanks to Joachim Schmitz.

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/tevent_unix.c b/lib/util/tevent_unix.c
index 0a8c4c6..e4c960e 100644
--- a/lib/util/tevent_unix.c
+++ b/lib/util/tevent_unix.c
@@ -21,8 +21,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "tevent_unix.h"
 #include "../replace/replace.h"
+#include "tevent_unix.h"
 
 bool tevent_req_is_unix_error(struct tevent_req *req, int *perrno)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list