myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-505


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-505-g577665e
Date: Tue, 02 Aug 2011 11:29:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  577665e38fb54b25693384f8edfefd1dfffc8d38 (commit)
       via  1c93b5e9beb10bb194f7ddfdf6daf2a91e395e6b (commit)
      from  69f3c57deaf8fe7f405953371f0f61e049877d78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 577665e38fb54b25693384f8edfefd1dfffc8d38
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue Aug 2 13:27:53 2011 +0200

    bootstrap.conf: Include `wctype' module from gnulib.
    
    It fixes a build problem with last gnulib revisions.
    Reported by: Domenico Chierico <address@hidden>

diff --git a/myserver/bootstrap.conf b/myserver/bootstrap.conf
index f69ccfe..83ca6ea 100644
--- a/myserver/bootstrap.conf
+++ b/myserver/bootstrap.conf
@@ -72,6 +72,7 @@ snprintf
 socket
 sysexits
 unlink
+wctype
 write
 "
 



commit 1c93b5e9beb10bb194f7ddfdf6daf2a91e395e6b
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue Aug 2 11:49:19 2011 +0200

    Assume NULL is defined.

diff --git a/myserver/include/base/mem_buff/mem_buff.h 
b/myserver/include/base/mem_buff/mem_buff.h
index 3e504ae..83c55db 100644
--- a/myserver/include/base/mem_buff/mem_buff.h
+++ b/myserver/include/base/mem_buff/mem_buff.h
@@ -21,10 +21,6 @@
 #ifndef MEMBUF_H
 # define MEMBUF_H
 
-# ifndef NULL
-#  define NULL 0
-# endif
-
 # include "myserver.h"
 # include <iostream>
 # include <string>

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

Summary of changes:
 myserver/bootstrap.conf                   |    1 +
 myserver/include/base/mem_buff/mem_buff.h |    4 ----
 2 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]