Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Make the declaration of get_pc_str_offs...
details: https://anonhg.NetBSD.org/src/rev/94e41c41897c
branches: trunk
changeset: 516037:94e41c41897c
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun Oct 14 00:17:26 2001 +0000
description:
Make the declaration of get_pc_str_offset() into a prototype.
diffstat:
sys/arch/arm/include/cpufunc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51e4331c8f99 -r 94e41c41897c sys/arch/arm/include/cpufunc.h
--- a/sys/arch/arm/include/cpufunc.h Sat Oct 13 23:25:58 2001 +0000
+++ b/sys/arch/arm/include/cpufunc.h Sun Oct 14 00:17:26 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.h,v 1.8 2001/08/26 19:41:57 matt Exp $ */
+/* $NetBSD: cpufunc.h,v 1.9 2001/10/14 00:17:26 bjh21 Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@@ -354,7 +354,7 @@
* Miscellany
*/
-int get_pc_str_offset();
+int get_pc_str_offset __P((void));
/*
* CPU functions from locore.S
Home |
Main Index |
Thread Index |
Old Index