diff options
author | Lukas Ertl <le@FreeBSD.org> | 2004-08-02 19:14:58 +0000 |
---|---|---|
committer | Lukas Ertl <le@FreeBSD.org> | 2004-08-02 19:14:58 +0000 |
commit | 3231ba13da4736a807beeaeabf0f8e350e10345d (patch) | |
tree | dafe57bd5c016b02a892242bbd84a38b765f6abb | |
parent | 4d84a58d1da4a248103c49c5fc9b014ec7442fda (diff) |
Notes
-rw-r--r-- | lib/libdisk/open_disk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/open_disk.c b/lib/libdisk/open_disk.c index cad9dab77817..afcf2f4db642 100644 --- a/lib/libdisk/open_disk.c +++ b/lib/libdisk/open_disk.c @@ -263,6 +263,8 @@ Int_Open_Disk(const char *name, char *conftxt) ; /* nothing */ else if (!strcmp(t, "APPLE")) i = Add_Chunk(d, off, len, n, apple, 0, 0, sn); + else if (strstr(t, "VINUM") != NULL) + ; /* nothing */ else { printf("BARF %d\n", __LINE__); exit(0); |