diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2005-02-25 23:51:17 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:39:48 -0700 |
commit | 4e05e4238b2cb63eb3f3cd51cf76f136fa684f2e (patch) | |
tree | c7743c75d9ff8cac53a3eb97c3e6f2390d5ac300 /extras/scsi_id/Makefile | |
parent | 77313cd0d13ed3682f25c745f71f648292b28215 (diff) |
[PATCH] update scsi_id to work with libsysfs changes
Update scsi_id to work with the libsysfs changes in udev: use
sysfs_get_classdev_attr and sysfs_get_device_attr in place of
sysfs_read_attribute_value.
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 e832102e30..7aa3e83470 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.8 +SCSI_ID_VERSION=0.9 prefix = etcdir = ${prefix}/etc |