Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libsa Add a missing "static".



details:   https://anonhg.NetBSD.org/src/rev/c353f311810f
branches:  trunk
changeset: 522367:c353f311810f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Feb 17 23:19:00 2002 +0000

description:
Add a missing "static".

diffstat:

 sys/lib/libsa/subr_prf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5d15af4a9c7a -r c353f311810f sys/lib/libsa/subr_prf.c
--- a/sys/lib/libsa/subr_prf.c  Sun Feb 17 23:18:38 2002 +0000
+++ b/sys/lib/libsa/subr_prf.c  Sun Feb 17 23:19:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_prf.c,v 1.4 2001/09/24 13:22:34 wiz Exp $ */
+/*     $NetBSD: subr_prf.c,v 1.5 2002/02/17 23:19:00 thorpej Exp $     */
 
 /*-
  * Copyright (c) 1993
@@ -100,7 +100,7 @@
        return (sbuf - buf);
 }
 
-void
+static void
 kdoprnt(put, fmt, ap)
        void (*put)__P((int));
        const char *fmt;



Home | Main Index | Thread Index | Old Index