Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/vme Pull up revision 1.35 (requested by fvdl):
details: https://anonhg.NetBSD.org/src/rev/b9708f4b5b29
branches: netbsd-1-5
changeset: 491626:b9708f4b5b29
user: he <he%NetBSD.org@localhost>
date: Sun May 06 13:27:40 2001 +0000
description:
Pull up revision 1.35 (requested by fvdl):
Add forgotten/missed revision to last round so that the sparc
kernels once again compile. Part of:
Increase the number of BSD disklabel partitions on i386 to 16.
diffstat:
sys/dev/vme/xd.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d97f4ada944d -r b9708f4b5b29 sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c Sun May 06 13:22:46 2001 +0000
+++ b/sys/dev/vme/xd.c Sun May 06 13:27:40 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.27.2.3 2001/05/01 12:27:45 he Exp $ */
+/* $NetBSD: xd.c,v 1.27.2.4 2001/05/06 13:27:40 he Exp $ */
/*
*
@@ -1000,8 +1000,9 @@
struct xd_iocmd *xio;
int error, s, unit;
#ifdef __HAVE_OLD_DISKLABEL
- struct disklabel newlabel, *lp;
+ struct disklabel newlabel;
#endif
+ struct disklabel *lp;
unit = DISKUNIT(dev);
Home |
Main Index |
Thread Index |
Old Index