diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-10-15 23:04:44 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:45 -0700 |
commit | b337e60790382589e8e9f088f0ff41a496a85615 (patch) | |
tree | 4172636f0b9cf848d1039e77ed992faf33826c6f /extras/scsi_id/Makefile | |
parent | a8f2703adaf21620bb92c04d3b8371f228cd11d2 (diff) |
[PATCH] update udev to scsi_id 0.7
Update udev's scsi_id to version 0.7, this fixes a bad bug in scsi_id on
64 bit systems.
Diffstat (limited to 'extras/scsi_id/Makefile')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 2f134bcdbd..610faac4b7 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SCSI_ID_VERSION=0.6 +SCSI_ID_VERSION=0.7 prefix = etcdir = ${prefix}/etc |