From 76dd19295017f70fd5ba84a5b913c5a115e3c1d8 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 15 Aug 2002 06:40:38 +0000 Subject: [PATCH] include instead of "types.h". --- kernel/ioctl/dm-ioctl.h | 2 +- patches/common/linux-2.4.19-devmapper_only.patch | 2 +- patches/linux-2.4.19-devmapper-ioctl.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/ioctl/dm-ioctl.h b/kernel/ioctl/dm-ioctl.h index 385df6a..8aea075 100644 --- a/kernel/ioctl/dm-ioctl.h +++ b/kernel/ioctl/dm-ioctl.h @@ -8,7 +8,7 @@ #define _LINUX_DM_IOCTL_H #include "device-mapper.h" -#include "types.h" +#include /* * Implements a traditional ioctl interface to the device mapper. diff --git a/patches/common/linux-2.4.19-devmapper_only.patch b/patches/common/linux-2.4.19-devmapper_only.patch index 3fca3c9..a189ff5 100644 --- a/patches/common/linux-2.4.19-devmapper_only.patch +++ b/patches/common/linux-2.4.19-devmapper_only.patch @@ -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 + +/* + * Implements a traditional ioctl interface to the device mapper. diff --git a/patches/linux-2.4.19-devmapper-ioctl.patch b/patches/linux-2.4.19-devmapper-ioctl.patch index 3a8028a..66670b0 100644 --- a/patches/linux-2.4.19-devmapper-ioctl.patch +++ b/patches/linux-2.4.19-devmapper-ioctl.patch @@ -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 + +/* + * Implements a traditional ioctl interface to the device mapper. -- 2.43.5