Module Name: src
Committed By: joerg
Date: Sun May 3 21:02:24 UTC 2020
Modified Files:
src/sys/arch/zaurus/stand/zboot: boot.h
Log Message:
Avoid common symbol declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/zaurus/stand/zboot/boot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/zaurus/stand/zboot/boot.h
diff -u src/sys/arch/zaurus/stand/zboot/boot.h:1.3 src/sys/arch/zaurus/stand/zboot/boot.h:1.4
--- src/sys/arch/zaurus/stand/zboot/boot.h:1.3 Sat Jun 28 09:16:18 2014
+++ src/sys/arch/zaurus/stand/zboot/boot.h Sun May 3 21:02:24 2020
@@ -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);