Module Name: src Committed By: martin Date: Sat Jun 11 15:30:48 UTC 2022
Modified Files: src/usr.sbin/sysinst: mbr.c Log Message: Remove unused field. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/sysinst/mbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/sysinst/mbr.c diff -u src/usr.sbin/sysinst/mbr.c:1.43 src/usr.sbin/sysinst/mbr.c:1.44 --- src/usr.sbin/sysinst/mbr.c:1.43 Mon May 23 21:46:12 2022 +++ src/usr.sbin/sysinst/mbr.c Sat Jun 11 15:30:48 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: mbr.c,v 1.43 2022/05/23 21:46:12 andvar Exp $ */ +/* $NetBSD: mbr.c,v 1.44 2022/06/11 15:30:48 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -97,7 +97,6 @@ /* A list of predefined partition types */ const struct { unsigned int ptype; - char short_desc[12]; const char *desc; } mbr_part_types_src[] = { { .ptype=MBR_PTYPE_NETBSD, .desc="NetBSD" },