[Pcsclite-cvs-commit] PCSC/src pcscdaemon.c,1.31,1.32

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 12:36:11 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv4974

Modified Files:
	pcscdaemon.c 
Log Message:
Very minor cleanups


Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- pcscdaemon.c	8 Sep 2003 08:50:50 -0000	1.31
+++ pcscdaemon.c	8 Sep 2003 10:36:09 -0000	1.32
@@ -13,7 +13,6 @@
 ********************************************************************/
 
 #include "config.h"
-
 #include <time.h>
 #include <syslog.h>
 #include <signal.h>
@@ -24,8 +23,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-
-#ifdef  HAVE_GETOPT_H
+#ifdef HAVE_GETOPT_H
 #include <getopt.h>
 #endif
 
@@ -98,7 +96,7 @@
 	signal(SIGALRM, SIG_IGN);
 	signal(SIGPIPE, SIG_IGN);
 	signal(SIGHUP, SIG_IGN);	/* needed for Solaris. The signal is sent
-								 * when the shell is existed */
+					 * when the shell is existed */
 
 	/*
 	 * This function always returns zero