Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/powerpc/oea Build fix for ticket #1465
details: https://anonhg.NetBSD.org/src/rev/943645f0bacd
branches: netbsd-8
changeset: 465911:943645f0bacd
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 07 08:46:48 2019 +0000
description:
Build fix for ticket #1465
diffstat:
sys/arch/powerpc/oea/ofw_autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 26bca768bf7e -r 943645f0bacd sys/arch/powerpc/oea/ofw_autoconf.c
--- a/sys/arch/powerpc/oea/ofw_autoconf.c Thu Dec 05 17:00:36 2019 +0000
+++ b/sys/arch/powerpc/oea/ofw_autoconf.c Sat Dec 07 08:46:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_autoconf.c,v 1.20.22.1 2019/12/05 16:53:06 bouyer Exp $ */
+/* $NetBSD: ofw_autoconf.c,v 1.20.22.2 2019/12/07 08:46:48 martin Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_autoconf.c,v 1.20.22.1 2019/12/05 16:53:06 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_autoconf.c,v 1.20.22.2 2019/12/07 08:46:48 martin Exp $");
#ifdef ofppc
#include "gtpci.h"
@@ -90,7 +90,7 @@
{
int node;
char *p, *lastp;
- char last[32];
+ char last[32], type[32];
/*
* If the bootpath doesn't start with a / then it isn't
Home |
Main Index |
Thread Index |
Old Index