Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/dev apply some static.



details:   https://anonhg.NetBSD.org/src/rev/3e4c5b4307fd
branches:  trunk
changeset: 767350:3e4c5b4307fd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 16 20:25:28 2011 +0000

description:
apply some static.

diffstat:

 sys/arch/sun3/dev/fd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4205fd015a26 -r 3e4c5b4307fd sys/arch/sun3/dev/fd.c
--- a/sys/arch/sun3/dev/fd.c    Sat Jul 16 16:13:13 2011 +0000
+++ b/sys/arch/sun3/dev/fd.c    Sat Jul 16 20:25:28 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.71 2009/09/26 16:07:51 tsutsui Exp $  */
+/*     $NetBSD: fd.c,v 1.72 2011/07/16 20:25:28 mrg Exp $      */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.71 2009/09/26 16:07:51 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.72 2011/07/16 20:25:28 mrg Exp $");
 
 #include "opt_ddb.h"
 
@@ -625,7 +625,7 @@
        return true;
 }
 
-inline struct fd_type *
+static inline struct fd_type *
 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
 {
        int type = FDTYPE(dev);



Home | Main Index | Thread Index | Old Index