Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/bootxx Mark local-only function as sta...



details:   https://anonhg.NetBSD.org/src/rev/bc7ed0503931
branches:  trunk
changeset: 460590:bc7ed0503931
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 28 18:13:40 2019 +0000

description:
Mark local-only function as static to save space.

diffstat:

 sys/arch/macppc/stand/bootxx/bootxx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a825399322e -r bc7ed0503931 sys/arch/macppc/stand/bootxx/bootxx.c
--- a/sys/arch/macppc/stand/bootxx/bootxx.c     Mon Oct 28 18:12:54 2019 +0000
+++ b/sys/arch/macppc/stand/bootxx/bootxx.c     Mon Oct 28 18:13:40 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.19 2018/11/12 20:00:46 scole Exp $        */
+/*     $NetBSD: bootxx.c,v 1.20 2019/10/28 18:13:40 joerg Exp $        */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -299,7 +299,7 @@
 
 int stdout;
 
-void
+static void
 putstrn(const char *s, size_t n)
 {
        OF_write(stdout, s, n);



Home | Main Index | Thread Index | Old Index