]> sourceware.org Git - dm.git/commitdiff
include <linux/types.h> instead of "types.h".
authorAndres Salomon <dilinger@voxel.net>
Thu, 15 Aug 2002 06:40:38 +0000 (06:40 +0000)
committerAndres Salomon <dilinger@voxel.net>
Thu, 15 Aug 2002 06:40:38 +0000 (06:40 +0000)
kernel/ioctl/dm-ioctl.h
patches/common/linux-2.4.19-devmapper_only.patch
patches/linux-2.4.19-devmapper-ioctl.patch

index 385df6a48b100b7db9b2a90aa7b36025757905e6..8aea075444fb9044cf3586822e0b4bc8d5b32695 100644 (file)
@@ -8,7 +8,7 @@
 #define _LINUX_DM_IOCTL_H
 
 #include "device-mapper.h"
-#include "types.h"
+#include <linux/types.h>
 
 /*
  * Implements a traditional ioctl interface to the device mapper.
index 3fca3c9a90223583066f421ba0d171da557b5fbe..a189ff55a013f7f8abb4ec107931c413b1b13e17 100644 (file)
@@ -6411,7 +6411,7 @@ diff --exclude .depend --exclude BitKeeper --exclude SCCS --exclude ChangeSet -r
 +#define _LINUX_DM_IOCTL_H
 +
 +#include "device-mapper.h"
-+#include "types.h"
++#include <linux/types.h>
 +
 +/*
 + * Implements a traditional ioctl interface to the device mapper.
index 3a8028af34121b2ab6c87dbbbfb293e35d0efa27..66670b0601ed607875da06c7bc0f80220ca1ca3d 100644 (file)
@@ -6591,7 +6591,7 @@ diff --exclude .depend --exclude BitKeeper --exclude SCCS --exclude ChangeSet -r
 +#define _LINUX_DM_IOCTL_H
 +
 +#include "device-mapper.h"
-+#include "types.h"
++#include <linux/types.h>
 +
 +/*
 + * Implements a traditional ioctl interface to the device mapper.
This page took 0.035544 seconds and 5 git commands to generate.