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/3c996629ada5
branches: trunk
changeset: 464907:3c996629ada5
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 e69292179ce6 -r 3c996629ada5 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