forked from pool/multipath-tools
28 lines
704 B
Plaintext
28 lines
704 B
Plaintext
|
From e70d95062c5aaa9218fc0b610ced88280df50650 Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Thu, 18 Dec 2008 10:03:15 +0100
|
||
|
Subject: [PATCH] Remove kdev_t.h include
|
||
|
|
||
|
Pointless and giving the users the wrong impression.
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||
|
---
|
||
|
libmultipath/devmapper.c | 1 -
|
||
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/libmultipath/devmapper.c b/libmultipath/devmapper.c
|
||
|
index a7ab41f..713db6a 100644
|
||
|
--- a/libmultipath/devmapper.c
|
||
|
+++ b/libmultipath/devmapper.c
|
||
|
@@ -10,7 +10,6 @@
|
||
|
#include <string.h>
|
||
|
#include <libdevmapper.h>
|
||
|
#include <ctype.h>
|
||
|
-#include <linux/kdev_t.h>
|
||
|
#include <unistd.h>
|
||
|
#include <errno.h>
|
||
|
|
||
|
--
|
||
|
1.6.0.2
|
||
|
|