aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-14 16:16:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-14 16:16:03 +0000
commitefeed5ed28a04e1353f063daa60ca04b37f681ec (patch)
tree9845ccf7b120b18f0dbebdc720275ab82c42afd5 /util-linux/fdisk_osf.c
parent3544ae60047f9bb94d5ce8c699c9c2b444a73f35 (diff)
downloadbusybox-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.c2
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
347static void 347static void
348bselect(void) 348bsd_select(void)
349{ 349{
350#if !defined (__alpha__) 350#if !defined (__alpha__)
351 int t, ss; 351 int t, ss;