[lvm-devel] LVM2/daemons/cmirrord clogd.c

zkabelac at sourceware.org zkabelac at sourceware.org
Mon Mar 29 14:05:19 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2010-03-29 14:05:17

Modified files:
	daemons/cmirrord: clogd.c 

Log message:
	Fixing compilation warning: implicit declaration of function ‘umask’

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/cmirrord/clogd.c.diff?cvsroot=lvm2&r1=1.9&r2=1.10

--- LVM2/daemons/cmirrord/clogd.c	2010/01/19 15:58:45	1.9
+++ LVM2/daemons/cmirrord/clogd.c	2010/03/29 14:05:17	1.10
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <sys/socket.h>
+#include <sys/stat.h>
 #include <sys/wait.h>
 #include <unistd.h>
 




More information about the lvm-devel mailing list