Module Name: src
Committed By: pooka
Date: Thu Jan 21 18:06:38 UTC 2010
Modified Files:
src/usr.bin/config: pack.c
Log Message:
Add static to packdevi() like the local prototype says.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/config/pack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/pack.c
diff -u src/usr.bin/config/pack.c:1.6 src/usr.bin/config/pack.c:1.7
--- src/usr.bin/config/pack.c:1.6 Sat Apr 11 12:41:10 2009
+++ src/usr.bin/config/pack.c Thu Jan 21 18:06:38 2010
@@ -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;