public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* 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, lvm2-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).