* LVM2/daemons/cmirrord clogd.c
@ 2010-03-29 14:05 zkabelac
0 siblings, 0 replies; only message in thread
From: zkabelac @ 2010-03-29 14:05 UTC (permalink / raw)
To: lvm-devel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-29 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 14:05 LVM2/daemons/cmirrord clogd.c zkabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.