[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Fix all warnings on win32 build



Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv23620/src/common

Modified Files:
	util.c 
Log Message:
Fix all warnings on win32 build

Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- util.c	3 Aug 2004 23:31:22 -0000	1.117
+++ util.c	3 Aug 2004 23:57:04 -0000	1.118
@@ -1641,7 +1641,7 @@
 }
 #else
 /* defined(MS_WINDOWS) */
-void start_daemon(char *cp) {}
+void start_daemon(const char *cp) {}
 void finish_daemon(void) {}
 #endif