projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9635b
)
fdisk: comment out unused function
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 25 Jan 2008 20:18:46 +0000
(20:18 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 25 Jan 2008 20:18:46 +0000
(20:18 -0000)
util-linux/fdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/fdisk.c
b/util-linux/fdisk.c
index 00b856684da5faf90a6fcb16463a9f1733ed6b1b..cd053b87604ee4652f9869ff59c791f375ad070f 100644
(file)
--- a/
util-linux/fdisk.c
+++ b/
util-linux/fdisk.c
@@
-702,6
+702,7
@@
get_partition_start(const struct pte *pe)
* We might also do the opposite and warn in all cases except
* for "is probably nondos partition".
*/
+#ifdef UNUSED
static int
is_dos_partition(int t)
{
@@
-711,6
+712,7
@@
is_dos_partition(int t)
t == 0x1b || t == 0x1c || t == 0x1e || t == 0x24 ||
t == 0xc1 || t == 0xc4 || t == 0xc6);
}
+#endif
static void
menu(void)