Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Remove unused field.
details: https://anonhg.NetBSD.org/src/rev/3ef9f9fdd24b
branches: trunk
changeset: 366735:3ef9f9fdd24b
user: martin <martin%NetBSD.org@localhost>
date: Sat Jun 11 15:30:48 2022 +0000
description:
Remove unused field.
diffstat:
usr.sbin/sysinst/mbr.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 6ab911cb59c4 -r 3ef9f9fdd24b usr.sbin/sysinst/mbr.c
--- a/usr.sbin/sysinst/mbr.c Sat Jun 11 15:25:52 2022 +0000
+++ b/usr.sbin/sysinst/mbr.c Sat Jun 11 15:30:48 2022 +0000
@@ -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" },
Home |
Main Index |
Thread Index |
Old Index