All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] explicitly include posix_types.h
@ 2013-01-09  8:32 Ritesh Raj Sarraf
  2013-01-09  8:32 ` [PATCH 2/3] Minor spelling error fixes for Debian's lintian cleanliness Ritesh Raj Sarraf
  2013-01-09  8:32 ` [PATCH 3/3] Drop useless link to curses library Ritesh Raj Sarraf
  0 siblings, 2 replies; 6+ messages in thread
From: Ritesh Raj Sarraf @ 2013-01-09  8:32 UTC (permalink / raw)
  To: christophe.varoqui; +Cc: Ritesh Raj Sarraf, dm-devel, Guido Günther

From: Guido Günther <agx@sigxcpu.org>

to get the correct type for __kernel_old_dev_t

Closes: #558990

Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org>
Signed-off-by: Guido Gunther <agx@sigxcpu.org>
---
 kpartx/lopart.c |   13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/kpartx/lopart.c b/kpartx/lopart.c
index 79d8328..570c8ad 100644
--- a/kpartx/lopart.c
+++ b/kpartx/lopart.c
@@ -26,18 +26,7 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <sysmacros.h>
-
-#if defined(__hppa__) || defined(__powerpc64__) || defined (__alpha__) \
- || defined (__x86_64__)
-typedef unsigned long __kernel_old_dev_t;
-#elif defined(__powerpc__) || defined(__ia64__) || (defined(__sparc__) && defined (__arch64__))
-typedef unsigned int __kernel_old_dev_t;
-#else
-typedef unsigned short __kernel_old_dev_t;
-#endif
-
-#define dev_t __kernel_old_dev_t
-
+#include <asm/posix_types.h>
 #include <linux/loop.h>
 
 #include "lopart.h"
-- 
1.7.10.4

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH 0/3] Debian packaging fixes for multipath-tools
@ 2013-01-09 10:05 Ritesh Raj Sarraf
  2013-01-09 10:05 ` [PATCH 2/3] Minor spelling error fixes for Debian's lintian cleanliness Ritesh Raj Sarraf
  0 siblings, 1 reply; 6+ messages in thread
From: Ritesh Raj Sarraf @ 2013-01-09 10:05 UTC (permalink / raw)
  To: christophe.varoqui; +Cc: Ritesh Raj Sarraf, dm-devel

Re-sending patches.

Guido Günther (1):
  explicitly include posix_types.h

Ritesh Raj Sarraf (2):
  Minor spelling error fixes for Debian's lintian cleanliness
  Drop useless link to curses library

 kpartx/kpartx.8            |    8 ++++----
 kpartx/lopart.c            |   13 +------------
 multipath/main.c           |    2 +-
 multipath/multipath.conf.5 |    8 ++++----
 multipathd/Makefile        |    2 +-
 multipathd/multipathd.8    |    4 ++--
 6 files changed, 13 insertions(+), 24 deletions(-)

-- 
1.7.10.4

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-12 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  8:32 [PATCH 1/3] explicitly include posix_types.h Ritesh Raj Sarraf
2013-01-09  8:32 ` [PATCH 2/3] Minor spelling error fixes for Debian's lintian cleanliness Ritesh Raj Sarraf
2013-01-09  8:53   ` Hannes Reinecke
2013-01-09  8:32 ` [PATCH 3/3] Drop useless link to curses library Ritesh Raj Sarraf
  -- strict thread matches above, loose matches on Subject: below --
2013-01-09 10:05 [PATCH 0/3] Debian packaging fixes for multipath-tools Ritesh Raj Sarraf
2013-01-09 10:05 ` [PATCH 2/3] Minor spelling error fixes for Debian's lintian cleanliness Ritesh Raj Sarraf
2013-01-12 13:14   ` Christophe Varoqui

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.