Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/acorn26 Be consistent about the type of idl...
details: https://anonhg.NetBSD.org/src/rev/66cf08637120
branches: trunk
changeset: 535385:66cf08637120
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Aug 17 00:01:23 2002 +0000
description:
Be consistent about the type of idle().
diffstat:
sys/arch/acorn26/acorn26/Locore.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f3c3f40f0998 -r 66cf08637120 sys/arch/acorn26/acorn26/Locore.c
--- a/sys/arch/acorn26/acorn26/Locore.c Fri Aug 16 23:54:52 2002 +0000
+++ b/sys/arch/acorn26/acorn26/Locore.c Sat Aug 17 00:01:23 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: Locore.c,v 1.2 2002/08/11 20:50:39 bjh21 Exp $ */
+/* $NetBSD: Locore.c,v 1.3 2002/08/17 00:01:23 bjh21 Exp $ */
/*
* Copyright (c) 2000 Ben Harris.
@@ -41,7 +41,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: Locore.c,v 1.2 2002/08/11 20:50:39 bjh21 Exp $");
+__RCSID("$NetBSD: Locore.c,v 1.3 2002/08/17 00:01:23 bjh21 Exp $");
#include <sys/proc.h>
#include <sys/sched.h>
@@ -52,7 +52,7 @@
#include <machine/machdep.h>
-static void idle(void);
+void idle(void);
struct pcb *curpcb;
Home |
Main Index |
Thread Index |
Old Index