diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 16:16:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 16:16:03 +0000 |
commit | efeed5ed28a04e1353f063daa60ca04b37f681ec (patch) | |
tree | 9845ccf7b120b18f0dbebdc720275ab82c42afd5 /util-linux/fdisk_osf.c | |
parent | 3544ae60047f9bb94d5ce8c699c9c2b444a73f35 (diff) | |
download | busybox-w32-efeed5ed28a04e1353f063daa60ca04b37f681ec.tar.gz busybox-w32-efeed5ed28a04e1353f063daa60ca04b37f681ec.tar.bz2 busybox-w32-efeed5ed28a04e1353f063daa60ca04b37f681ec.zip |
fdisk: compilation fix
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r-- | util-linux/fdisk_osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index 97fe79aca..17267d54b 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c | |||
@@ -345,7 +345,7 @@ is_bsd_partition_type(int type) | |||
345 | #endif | 345 | #endif |
346 | 346 | ||
347 | static void | 347 | static void |
348 | bselect(void) | 348 | bsd_select(void) |
349 | { | 349 | { |
350 | #if !defined (__alpha__) | 350 | #if !defined (__alpha__) |
351 | int t, ss; | 351 | int t, ss; |