All of lore.kernel.org
 help / color / mirror / Atom feed
* device-mapper/kernel/ioctl dm-ioctl.h
@ 2007-12-07 12:57 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2007-12-07 12:57 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk@sourceware.org	2007-12-07 12:57:57

Modified files:
	kernel/ioctl   : dm-ioctl.h 

Log message:
	reinstate linux ifdef

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/kernel/ioctl/dm-ioctl.h.diff?cvsroot=dm&r1=1.45&r2=1.46

--- device-mapper/kernel/ioctl/dm-ioctl.h	2007/12/05 14:11:26	1.45
+++ device-mapper/kernel/ioctl/dm-ioctl.h	2007/12/07 12:57:57	1.46
@@ -8,7 +8,9 @@
 #ifndef _LINUX_DM_IOCTL_V4_H
 #define _LINUX_DM_IOCTL_V4_H
 
-#include <linux/types.h>
+#ifdef linux
+#  include <linux/types.h>
+#endif
 
 #define DM_DIR "mapper"		/* Slashes not supported */
 #define DM_MAX_TYPE_NAME 16

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-07 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 12:57 device-mapper/kernel/ioctl dm-ioctl.h agk

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.