summaryrefslogtreecommitdiff
path: root/extras/volume_id/udev_volume_id.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-10 05:51:41 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:31:02 -0700
commit866bb54704e9d955318e0dd6089acfb67d36bfd2 (patch)
treea2aa7e04c2adfa61380fd9a12be9a289af057e22 /extras/volume_id/udev_volume_id.c
parent1d62f6e2decfe9085ea9c054a4d327adc8203e94 (diff)
[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not work
Diffstat (limited to 'extras/volume_id/udev_volume_id.c')
-rw-r--r--extras/volume_id/udev_volume_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/udev_volume_id.c b/extras/volume_id/udev_volume_id.c
index d3c3fcd505..f04f374c27 100644
--- a/extras/volume_id/udev_volume_id.c
+++ b/extras/volume_id/udev_volume_id.c
@@ -166,7 +166,7 @@ int main(int argc, char *argv[])
if (vid == NULL)
goto exit;
- if (volume_id_probe_dasd_partition(vid) == 0)
+ if (volume_id_probe_dasd(vid) == 0)
goto print;
}