Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Add static to packdevi() like the local proto...



details:   https://anonhg.NetBSD.org/src/rev/0ff2ddd97283
branches:  trunk
changeset: 751015:0ff2ddd97283
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 21 18:06:38 2010 +0000

description:
Add static to packdevi() like the local prototype says.

diffstat:

 usr.bin/config/pack.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63fca03cf07d -r 0ff2ddd97283 usr.bin/config/pack.c
--- a/usr.bin/config/pack.c     Thu Jan 21 17:40:09 2010 +0000
+++ b/usr.bin/config/pack.c     Thu Jan 21 18:06:38 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pack.c,v 1.6 2009/04/11 12:41:10 lukem Exp $   */
+/*     $NetBSD: pack.c,v 1.7 2010/01/21 18:06:38 pooka Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -132,7 +132,7 @@
 /*
  * Pack device instances together wherever possible.
  */
-void
+static void
 packdevi(void)
 {
        struct devi *firststar, *i, **ip, *l, *p;



Home | Main Index | Thread Index | Old Index