[Pcsclite-cvs-commit] PCSC/src debuglog.c,1.11,1.12
rousseau@quantz.debian.org
rousseau@quantz.debian.org
Fri, 05 Sep 2003 23:06:24 +0200
- Previous message: [Pcsclite-cvs-commit] PCSC configure.in,1.26,1.27 ChangeLog,1.13,1.14
- Next message: [Pcsclite-cvs-commit] PCSC/src Makefile.am,1.25,1.26 dyn_unix.c,1.3,1.4 dyn_win32.c,1.2,1.3 pcscdaemon.c,1.28,1.29 sys_generic.h,1.4,1.5 sys_unix.c,1.4,1.5 thread_generic.h,1.5,1.6 thread_unix.c,1.4,1.5 thread_win32.c,1.2,1.3 dyn_bsd.c,1.3,NONE sys_hpux.c,1.4,NONE sys_solaris.c,1.4,NONE thread_macosx.c,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv21757
Modified Files:
debuglog.c
Log Message:
add #include <unistd.h> to avoid an "implicit declaration of function `getpid'"
Index: debuglog.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/debuglog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- debuglog.c 18 Aug 2003 08:04:06 -0000 1.11
+++ debuglog.c 5 Sep 2003 21:06:22 -0000 1.12
@@ -15,6 +15,7 @@
#ifndef WIN32
#include <syslog.h>
+#include <unistd.h>
#endif
#include <stdio.h>
- Previous message: [Pcsclite-cvs-commit] PCSC configure.in,1.26,1.27 ChangeLog,1.13,1.14
- Next message: [Pcsclite-cvs-commit] PCSC/src Makefile.am,1.25,1.26 dyn_unix.c,1.3,1.4 dyn_win32.c,1.2,1.3 pcscdaemon.c,1.28,1.29 sys_generic.h,1.4,1.5 sys_unix.c,1.4,1.5 thread_generic.h,1.5,1.6 thread_unix.c,1.4,1.5 thread_win32.c,1.2,1.3 dyn_bsd.c,1.3,NONE sys_hpux.c,1.4,NONE sys_solaris.c,1.4,NONE thread_macosx.c,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]