[systemd-commits] 2 commits - man/glib-event-glue.c man/sd_event_set_name.xml

Tom Gundersen tomegun at kemper.freedesktop.org
Thu Oct 2 23:44:12 PDT 2014


 man/glib-event-glue.c     |    4 ----
 man/sd_event_set_name.xml |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 7889087d6ecf865f332eb325d8f68ff49be8277e
Author: Tom Gundersen <teg at jklm.no>
Date:   Fri Oct 3 08:43:53 2014 +0200

    man: fix sd_event_set_name compilation

diff --git a/man/sd_event_set_name.xml b/man/sd_event_set_name.xml
index 406d124..551eef3 100644
--- a/man/sd_event_set_name.xml
+++ b/man/sd_event_set_name.xml
@@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License
 along with systemd; If not, see <http://www.gnu.org/licenses/>.
 -->
 
-<refentry id="sd_event_get_fd" conditional="ENABLE_KDBUS"
+<refentry id="sd_event_set_name" conditional="ENABLE_KDBUS"
         xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <refentryinfo>

commit c3b128736dbde629db87751cd706a0b68a41e7d0
Author: Tom Gundersen <teg at jklm.no>
Date:   Fri Oct 3 08:43:34 2014 +0200

    glib-event-glue: remove some unnecessary lines
    
    Not needed in an example. Should still shorten the license, but should make sure it is still complete so people can copy-paste without problems.

diff --git a/man/glib-event-glue.c b/man/glib-event-glue.c
index 95aaea1..c3719e3 100644
--- a/man/glib-event-glue.c
+++ b/man/glib-event-glue.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   Copyright 2014 Tom Gundersen
 
@@ -28,8 +26,6 @@
 #include <errno.h>
 #include <stdlib.h>
 
-#include "glib-event-glue.h"
-
 typedef struct SDEventSource {
         GSource source;
         GPollFD pollfd;



More information about the systemd-commits mailing list