summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-03-21 14:15:10 +0000
committerTom Hacohen <tom@stosb.com>2013-03-21 14:15:10 +0000
commit71e95fa386fcfab9ae7c989f48e29a66e12e621b (patch)
tree4cd138351e8293ba900e5f92bbe13a575f435c51
parent026559f75256c85a50dc913ab9cb558b90e3ae48 (diff)
downloadefl-71e95fa386fcfab9ae7c989f48e29a66e12e621b.tar.gz
Evas cserve2: Remove useless var when calculating size of sun_path.
I have no idea how I missed these 2.
-rw-r--r--src/bin/evas/evas_cserve2_debug.c3
-rw-r--r--src/bin/evas/evas_cserve2_main_loop_linux.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/evas/evas_cserve2_debug.c b/src/bin/evas/evas_cserve2_debug.c
index ce8e3e43f1..e68e1138fc 100644
--- a/src/bin/evas/evas_cserve2_debug.c
+++ b/src/bin/evas/evas_cserve2_debug.c
@@ -18,9 +18,8 @@ static int socketfd = -1;
static unsigned int _rid_count = 1;
static int _evas_cserve2_debug_log_dom = -1;
-static struct sockaddr_un socksize;
#ifndef UNIX_PATH_MAX
-#define UNIX_PATH_MAX sizeof(socksize.sun_path)
+#define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
#endif
#ifdef ERR
diff --git a/src/bin/evas/evas_cserve2_main_loop_linux.c b/src/bin/evas/evas_cserve2_main_loop_linux.c
index ca156f2597..52ed3a92d6 100644
--- a/src/bin/evas/evas_cserve2_main_loop_linux.c
+++ b/src/bin/evas/evas_cserve2_main_loop_linux.c
@@ -61,7 +61,7 @@ static Timeout_Cb timeout_func = NULL;
static Main_Loop_Child_Dead_Cb reap_children_func = NULL;
#ifndef UNIX_PATH_MAX
-#define UNIX_PATH_MAX sizeof(socket_local.sun_path)
+#define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
#endif
static void