Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/zaurus/stand/zboot Avoid common symbol declarations.
details: https://anonhg.NetBSD.org/src/rev/9ecd2f9dc358
branches: trunk
changeset: 932270:9ecd2f9dc358
user: joerg <joerg%NetBSD.org@localhost>
date: Sun May 03 21:02:24 2020 +0000
description:
Avoid common symbol declarations.
diffstat:
sys/arch/zaurus/stand/zboot/boot.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r fafea0382e6f -r 9ecd2f9dc358 sys/arch/zaurus/stand/zboot/boot.h
--- a/sys/arch/zaurus/stand/zboot/boot.h Sun May 03 17:56:19 2020 +0000
+++ b/sys/arch/zaurus/stand/zboot/boot.h Sun May 03 21:02:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.h,v 1.3 2014/06/28 09:16:18 rtr Exp $ */
+/* $NetBSD: boot.h,v 1.4 2020/05/03 21:02:24 joerg Exp $ */
/*
* Copyright (c) 2009 NONAKA Kimihiro
@@ -37,9 +37,9 @@
extern int debug;
/* boot.c */
-char *default_devname;
-uint default_unit, default_partition;
-const char *default_filename;
+extern char *default_devname;
+extern uint default_unit, default_partition;
+extern const char *default_filename;
extern int default_timeout;
void boot(dev_t);
Home |
Main Index |
Thread Index |
Old Index