pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-session-manager/patches



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Mar  6 08:12:36 UTC 2019

Modified Files:
        pkgsrc/x11/mate-session-manager/patches:
            patch-mate-session_gsm-systemd.c

Log Message:
mate-session-manager: amend patch file


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c
diff -u pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c:1.1 pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c:1.2
--- pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c:1.1        Wed Mar  6 07:37:51 2019
+++ pkgsrc/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c    Wed Mar  6 08:12:36 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-mate-session_gsm-systemd.c,v 1.1 2019/03/06 07:37:51 gutteridge Exp $
+$NetBSD: patch-mate-session_gsm-systemd.c,v 1.2 2019/03/06 08:12:36 gutteridge Exp $
 
 Deal with systemd-only function calls.
 
@@ -16,7 +16,7 @@ Deal with systemd-only function calls.
 +#endif
 +
 +        if (session == NULL)
-+            return;
++            return FALSE;
  
          if (ret != 0) {
                  return FALSE;
@@ -27,7 +27,7 @@ Deal with systemd-only function calls.
 +#endif
 +
 +        if (sessions == NULL)
-+            return;
++            return FALSE;
  
          if (ret <= 0) {
                  free (session);



Home | Main Index | Thread Index | Old Index