pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mate-session-manager/patches mate-session-manager:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/130485a1b0dd
branches: trunk
changeset: 330840:130485a1b0dd
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed Mar 06 08:12:36 2019 +0000
description:
mate-session-manager: amend patch file
diffstat:
x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6dbf8531bf5c -r 130485a1b0dd x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c
--- a/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c Wed Mar 06 08:03:35 2019 +0000
+++ b/x11/mate-session-manager/patches/patch-mate-session_gsm-systemd.c Wed Mar 06 08:12:36 2019 +0000
@@ -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 @@
+#endif
+
+ if (session == NULL)
-+ return;
++ return FALSE;
if (ret != 0) {
return FALSE;
@@ -27,7 +27,7 @@
+#endif
+
+ if (sessions == NULL)
-+ return;
++ return FALSE;
if (ret <= 0) {
free (session);
Home |
Main Index |
Thread Index |
Old Index