From 3ee1f2803b27e0fa41eede8c8b909b67e36fec8e Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 13 Mar 2018 09:58:29 +0000 Subject: [PATCH] biosdisk.c should not set d_opendata. Same as 330807, d_opendata is owned by open_disk and we should not set it. M stand/i386/libi386/biosdisk.c --- stand/i386/libi386/biosdisk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/i386/libi386/biosdisk.c b/stand/i386/libi386/biosdisk.c index 0515753be220..8e4cdad74661 100644 --- a/stand/i386/libi386/biosdisk.c +++ b/stand/i386/libi386/biosdisk.c @@ -404,7 +404,6 @@ bd_open(struct open_file *f, ...) */ disk.dd.d_dev = dev->dd.d_dev; disk.dd.d_unit = dev->dd.d_unit; - disk.dd.d_opendata = NULL; disk.d_slice = -1; disk.d_partition = -1; disk.d_offset = 0;