summaryrefslogtreecommitdiff
path: root/sysutils/consolekit/files/patch-tools_ck-history.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-08-05 10:58:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-08-05 10:58:48 +0000
commite18e2ae3c04a5012efb089b152a0d558c8110371 (patch)
tree5237d3d5922af476695ecaa49d7957cf8cd37191 /sysutils/consolekit/files/patch-tools_ck-history.c
parentExplicitly build with -std=gnu++11. (diff)
Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new project, even if it the continuation of the old consolekit project. * Expand pkg-descr with some background info. * Add license * ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required * Add GObject introspection support for desktops environment such Pantheon or Deepin. * Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for assisting with there versions of the port, suggesting changes and testing. PR: 202269
Notes
Notes: svn path=/head/; revision=447399
Diffstat (limited to 'sysutils/consolekit/files/patch-tools_ck-history.c')
-rw-r--r--sysutils/consolekit/files/patch-tools_ck-history.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/consolekit/files/patch-tools_ck-history.c b/sysutils/consolekit/files/patch-tools_ck-history.c
deleted file mode 100644
index 33cdd68c521f..000000000000
--- a/sysutils/consolekit/files/patch-tools_ck-history.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/ck-history.c.orig 2010-09-03 15:54:31.000000000 +0200
-+++ tools/ck-history.c 2013-08-10 20:56:36.000000000 +0200
-@@ -511,7 +511,7 @@
- char *session_type;
- char *session_id;
- char *seat_id;
-- CkLogSeatSessionAddedEvent *e;
-+ CkLogSeatSessionAddedEvent *e = NULL;
- CkLogEvent *remove_event;
- RecordStatus status;
-
-@@ -804,7 +804,7 @@
- data = user_counts->data;
-
- username = get_user_name_for_uid (data->uid);
-- g_print ("%-8.8s %u\n", username, data->count);
-+ g_print ("%-8s %u\n", username, data->count);
- g_free (data);
- user_counts = g_list_delete_link (user_counts, user_counts);
- g_free (username);