-/* $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>
*
const char version[] = "1.11";
-int debug = 0;
+extern int debug;
void ofc_probe(struct consdev *);
void ofc_init(struct consdev *);
-/* $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 $ */
/*
int net_mountroot(void);
-char rootpath[FNAME_SIZE];
+extern char rootpath[FNAME_SIZE];
static int netdev_sock = -1;
static int open_count;