Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is

a poor value for a magic number, and we need to be compatible.
This commit is contained in:
bde 1994-10-25 17:33:25 +00:00
parent c5d2a2e071
commit e98634582e

View File

@ -74,7 +74,7 @@ int dups;
int badfile = -1; /* copy of badsector table to use, -1 if any */
#define MAXSECSIZE 1024
struct dkbad curbad, oldbad;
#define DKBAD_MAGIC 0
#define DKBAD_MAGIC 0x4321
char label[BBSIZE];
daddr_t size, getold(), badsn();