-/* $OpenBSD: boot.c,v 1.35 2020/05/26 16:34:41 deraadt Exp $ */
+/* $OpenBSD: boot.c,v 1.36 2021/01/30 21:06:45 deraadt Exp $ */
/* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */
/*
* Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved.
};
char bootdev[128];
-char bootfile[128];
+extern char bootfile[128];
int boothowto;
int debug;
-/* $OpenBSD: net.c,v 1.7 2018/12/31 11:44:57 claudio Exp $ */
+/* $OpenBSD: net.c,v 1.8 2021/01/30 21:06:45 deraadt Exp $ */
/* $NetBSD: net.c,v 1.1 2000/08/20 14:58:38 mrg Exp $ */
/*
int net_mountroot_bootp(void);
int net_mountroot(void);
-char rootpath[FNAME_SIZE];
+extern char rootpath[FNAME_SIZE];
static int netdev_sock = -1;
static int open_count;