Module Name:    src
Committed By:   mrg
Date:           Sat Jul 16 20:25:29 UTC 2011

Modified Files:
        src/sys/arch/sun3/dev: fd.c

Log Message:
apply some static.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sun3/dev/fd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun3/dev/fd.c
diff -u src/sys/arch/sun3/dev/fd.c:1.71 src/sys/arch/sun3/dev/fd.c:1.72
--- src/sys/arch/sun3/dev/fd.c:1.71	Sat Sep 26 16:07:51 2009
+++ src/sys/arch/sun3/dev/fd.c	Sat Jul 16 20:25:28 2011
@@ -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);

Reply via email to