Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/include don't mark delay as extern inline. ...



details:   https://anonhg.NetBSD.org/src/rev/57910fe74239
branches:  trunk
changeset: 766937:57910fe74239
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 04 12:18:53 2011 +0000

description:
don't mark delay as extern inline.  it's defined normally in machdep.c.

diffstat:

 sys/arch/sgimips/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c84349ccbbfc -r 57910fe74239 sys/arch/sgimips/include/param.h
--- a/sys/arch/sgimips/include/param.h  Mon Jul 04 12:18:05 2011 +0000
+++ b/sys/arch/sgimips/include/param.h  Mon Jul 04 12:18:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.15 2011/03/18 16:33:41 tsutsui Exp $       */
+/*     $NetBSD: param.h,v 1.16 2011/07/04 12:18:53 mrg Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -54,7 +54,7 @@
 #ifdef _KERNEL
 #ifndef _LOCORE
 
-__inline extern void   delay(unsigned long);
+extern void    delay(unsigned long);
 #define DELAY(n)       delay(n)
 
 #include <machine/intr.h>



Home | Main Index | Thread Index | Old Index