You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/07/06 02:59:36 UTC

[02/13] incubator-guacamole-server git commit: GUACAMOLE-337: Remove unnecessary include of syslog.h by libguacd.

GUACAMOLE-337: Remove unnecessary include of syslog.h by libguacd.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/69d8d87e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/69d8d87e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/69d8d87e

Branch: refs/heads/master
Commit: 69d8d87ec9a8525957df37ee264558b685ccabc2
Parents: a56a720
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Jun 10 14:14:57 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Jul 1 16:05:08 2017 -0700

----------------------------------------------------------------------
 src/libguacd/log.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/69d8d87e/src/libguacd/log.c
----------------------------------------------------------------------
diff --git a/src/libguacd/log.c b/src/libguacd/log.c
index e746373..76d4974 100644
--- a/src/libguacd/log.c
+++ b/src/libguacd/log.c
@@ -25,7 +25,6 @@
 
 #include <stdarg.h>
 #include <stdio.h>
-#include <syslog.h>
 #include <unistd.h>
 
 void guacd_client_log_guac_error(guac_client* client,