12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
|
--- a/src/pcscdaemon.c 2020-08-18 19:19:25.610000000 +0000
|
||
|
+++ b/src/pcscdaemon.c 2020-08-20 21:09:24.290000000 +0000
|
||
|
@@ -740,7 +740,7 @@
|
||
|
(void)signal(SIGHUP, SIG_IGN); /* needed for Solaris. The signal is sent
|
||
|
* when the shell is existed */
|
||
|
|
||
|
-#if !defined(PCSCLITE_STATIC_DRIVER) && defined(USE_USB)
|
||
|
+#if defined(USE_USB)
|
||
|
/*
|
||
|
* Set up the search for USB/PCMCIA devices
|
||
|
*/
|