summaryrefslogtreecommitdiff
path: root/com32/chain/utility.h
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2010-08-28 13:20:31 +0200
committerMichal Soltys <soltys@ziu.info>2010-09-28 09:32:52 +0200
commitd4cbb325b3ef7e999ccf8ed9ac5fe8da102ab5f4 (patch)
tree139ee57fd29466b04bba7b0899657693d0dd71d3 /com32/chain/utility.h
parent0d591b9348e43cf59cd4857dcc0e9029566d96e5 (diff)
downloadsyslinux-d4cbb325b3ef7e999ccf8ed9ac5fe8da102ab5f4.tar.gz
chain module: bugfixing and cosmetics
Bugs: - one introduced ages ago - find_by_* functions should be tested vs. <0 for failure - one introduced by 579f15c7c456c - it accidentally blocked too much when testing for ',' in drive/partition option parsing - one introduced by d4d713c9ccfe0 - sone machines / VMs seem to set @40:75 just 1, regardless of amount of fixed disks available Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'com32/chain/utility.h')
-rw-r--r--com32/chain/utility.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/chain/utility.h b/com32/chain/utility.h
index 0cdb36f2..4f50e0ea 100644
--- a/com32/chain/utility.h
+++ b/com32/chain/utility.h
@@ -4,6 +4,7 @@
#include <stdint.h>
#include <syslinux/disk.h>
+#define bpbUNK 0
#define bpbV20 1
#define bpbV30 2
#define bpbV32 3