Ignore GBDE devices.

Spotted by:	Lucky Green <shamrock@cypherpunks.to>
This commit is contained in:
Poul-Henning Kamp 2003-03-17 07:25:50 +00:00
parent 30fa49841a
commit 2082addf66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112333

View File

@ -333,6 +333,8 @@ Int_Open_Disk(const char *name)
}
} else if (!strcmp(t, "GPT"))
i = Add_Chunk(d, off, len, n, ty, 0, 0, 0);
else if (!strcmp(t, "BDE"))
; /* nothing */
else {
printf("BARF %d\n", __LINE__);
exit(0);