Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Make this compile again (unterminated `...
details: https://anonhg.NetBSD.org/src/rev/77d2c7bacdce
branches: trunk
changeset: 499579:77d2c7bacdce
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Nov 24 02:21:56 2000 +0000
description:
Make this compile again (unterminated `#if' conditional).
diffstat:
sys/arch/alpha/alpha/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 73fee8b1ad4e -r 77d2c7bacdce sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c Fri Nov 24 00:34:32 2000 +0000
+++ b/sys/arch/alpha/alpha/machdep.c Fri Nov 24 02:21:56 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.225 2000/11/22 08:39:48 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.226 2000/11/24 02:21:56 simonb Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.225 2000/11/22 08:39:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.226 2000/11/24 02:21:56 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2006,6 +2006,7 @@
#if defined(COMPAT_OSF1) || 1 /* XXX */
void cpu_exec_ecoff_setregs __P((struct proc *, struct exec_package *,
u_long));
+#endif
#if 1 /* XXX */
void
Home |
Main Index |
Thread Index |
Old Index