[Pcsclite-cvs-commit] r7034 - trunk/PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Nov 7 12:10:52 UTC 2014


Author: rousseau
Date: 2014-11-07 12:10:52 +0000 (Fri, 07 Nov 2014)
New Revision: 7034

Modified:
   trunk/PCSC/src/Makefile.am
   trunk/PCSC/src/auth.c
Log:
Fix compiler warning

auth.c:150:10: warning: no previous prototype for ?\226?\128?\152IsClientAuthorized?\226?\128?\153 [-Wmissing-prototypes]
 unsigned IsClientAuthorized(int socket, const char* action, const char* reader)
          ^


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2014-11-07 10:04:52 UTC (rev 7033)
+++ trunk/PCSC/src/Makefile.am	2014-11-07 12:10:52 UTC (rev 7034)
@@ -101,7 +101,7 @@
 
 update-systemd:
 	curl -O http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
-	curl -O http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h
+	curl -O http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h
 
 testpcsc_SOURCES = testpcsc.c
 testpcsc_LDADD = libpcsclite.la

Modified: trunk/PCSC/src/auth.c
===================================================================
--- trunk/PCSC/src/auth.c	2014-11-07 10:04:52 UTC (rev 7033)
+++ trunk/PCSC/src/auth.c	2014-11-07 12:10:52 UTC (rev 7034)
@@ -47,6 +47,7 @@
 #include <sys/un.h>
 #include <stdio.h>
 #include "debuglog.h"
+#include "auth.h"
 
 #include <errno.h>
 




More information about the Pcsclite-cvs-commit mailing list