satisfy -fno-common
authorderaadt <deraadt@openbsd.org>
Sat, 30 Jan 2021 14:37:01 +0000 (14:37 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 30 Jan 2021 14:37:01 +0000 (14:37 +0000)
sys/arch/macppc/stand/conf.c
sys/arch/macppc/stand/net.c

index c08f694..e3e2d6e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: conf.c,v 1.13 2020/12/09 18:10:19 krw Exp $   */
+/*     $OpenBSD: conf.c,v 1.14 2021/01/30 14:37:01 deraadt Exp $       */
 /*
  * Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
  *
@@ -22,7 +22,7 @@
 
 
 const char version[] = "1.11";
-int     debug = 0;
+extern int     debug;
 
 void ofc_probe(struct consdev *);
 void ofc_init(struct consdev *);
index 5222698..dc3fa9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net.c,v 1.6 2019/09/02 23:40:29 kettenis Exp $        */
+/*     $OpenBSD: net.c,v 1.7 2021/01/30 14:37:01 deraadt Exp $ */
 /*     $NetBSD: net.c,v 1.1 1997/04/16 20:29:18 thorpej Exp $  */
 
 /*
@@ -67,7 +67,7 @@
 
 int net_mountroot(void);
 
-char   rootpath[FNAME_SIZE];
+extern char    rootpath[FNAME_SIZE];
 
 static int netdev_sock = -1;
 static int open_count;