Add propper header here

This commit is contained in:
Peter Jones 2010-12-17 11:13:05 -05:00
parent 56e09f520d
commit cbe2d87bb2

View File

@ -1,3 +1,14 @@
From: Masahiro Matsuya <mmatsuya@redhat.com>
Date: Tue, 6 Jul 2010 03:43:32 +0900
Subject: [PATCH] Recognize devices with major number 128,129,...135 as SCSI
Devices with major number 128,129,...135 are not recognized as SCSI devices.
This patch fixes it.
---
linux.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff -up parted-2.1/libparted/arch/linux.c.original parted-2.1/libparted/arch/linux.c
--- parted-2.1/libparted/arch/linux.c.original 2010-07-06 15:05:19.921823935 +0900
+++ parted-2.1/libparted/arch/linux.c 2010-07-06 16:42:16.420762063 +0900