diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-12-23 06:08:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-12-23 06:08:10 +0000 |
commit | 82d6c64935fcb837e34ed22460d2157dbeb897e3 (patch) | |
tree | e8f8992a31c285ad286962131a3981e7d6fdb3da /isys | |
parent | 19243ab4402ef9d4ea6f63dc9cba8223dfc66735 (diff) | |
download | anaconda-82d6c64935fcb837e34ed22460d2157dbeb897e3.tar.gz anaconda-82d6c64935fcb837e34ed22460d2157dbeb897e3.tar.xz anaconda-82d6c64935fcb837e34ed22460d2157dbeb897e3.zip |
helps to change the function name too
Diffstat (limited to 'isys')
-rw-r--r-- | isys/dasd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/dasd.c b/isys/dasd.c index 77c003076..55a22a4d6 100644 --- a/isys/dasd.c +++ b/isys/dasd.c @@ -18,7 +18,7 @@ #if defined(__s390__) || defined(__s390x__) /* s390 stuff to detect DASDs */ -static int vtoc_read_volume_label (int fd, unsigned long vlabel_start, +static int read_volume_label (int fd, unsigned long vlabel_start, volume_label_t *vlabel) { int rc; if (lseek(fd, vlabel_start, SEEK_SET) < 0) { |