last pieces of satisfying -fno-common
authorderaadt <deraadt@openbsd.org>
Sun, 31 Jan 2021 05:14:24 +0000 (05:14 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 31 Jan 2021 05:14:24 +0000 (05:14 +0000)
usr.sbin/ldomctl/config.c
usr.sbin/ldomctl/mdstore.c

index acd8ae6..048e6e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: config.c,v 1.41 2020/06/29 18:25:26 kn Exp $  */
+/*     $OpenBSD: config.c,v 1.42 2021/01/31 05:14:24 deraadt Exp $     */
 
 /*
  * Copyright (c) 2012, 2018 Mark Kettenis
@@ -80,6 +80,7 @@ struct device **pcie_busses;
 struct device **network_devices;
 struct mblock **mblocks;
 struct ldc_endpoint **ldc_endpoints;
+extern struct domain *domain;
 
 TAILQ_HEAD(, rootcomplex) rootcomplexes;
 
index ff6f3c9..7271b42 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mdstore.c,v 1.12 2019/11/28 18:40:42 kn Exp $ */
+/*     $OpenBSD: mdstore.c,v 1.13 2021/01/31 05:14:24 deraadt Exp $    */
 
 /*
  * Copyright (c) 2012 Mark Kettenis
@@ -542,9 +542,9 @@ struct frag {
        uint64_t base;
 };
 
-TAILQ_HEAD(frag_head, frag) free_frags;
+extern TAILQ_HEAD(frag_head, frag) free_frags;
 
-uint64_t fragsize;
+extern uint64_t fragsize;
 
 void
 frag_init(void)