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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Dec 31 20:21:09 UTC 2014


Author: rousseau
Date: 2014-12-31 20:21:09 +0000 (Wed, 31 Dec 2014)
New Revision: 7072

Modified:
   trunk/PCSC/src/Makefile.am
Log:
Remove strlcpy.c and strlcpycat.h

pcsc-lite do not use strlcpy(3) any more.
We can remove these files from the distribution.


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2014-12-31 19:25:40 UTC (rev 7071)
+++ trunk/PCSC/src/Makefile.am	2014-12-31 20:21:09 UTC (rev 7072)
@@ -25,7 +25,6 @@
 	error.c \
 	winscard_clnt.c \
 	simclist.c \
-	strlcpy.c \
 	sys_unix.c \
 	utils.c \
 	winscard_msg.c
@@ -70,8 +69,6 @@
 	sd-daemon.h \
 	simclist.c \
 	simclist.h \
-	strlcpy.c \
-	strlcpycat.h \
 	sys_generic.h \
 	sys_unix.c \
 	$(USB_CONFIG) \




More information about the Pcsclite-cvs-commit mailing list