-/* $OpenBSD: boot.c,v 1.28 2020/05/26 13:47:27 deraadt Exp $ */
+/* $OpenBSD: boot.c,v 1.29 2021/01/29 16:22:34 deraadt Exp $ */
/* $NetBSD: boot.c,v 1.10 1997/01/18 01:58:33 cgd Exp $ */
/*
struct bootinfo_v1 bootinfo_v1;
-paddr_t ptbr_save;
+extern paddr_t ptbr_save;
int debug;
-/* $OpenBSD: conf.c,v 1.6 2003/06/02 23:27:44 millert Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2021/01/29 16:22:34 deraadt Exp $ */
/* $NetBSD: conf.c,v 1.3 1995/11/23 02:39:31 cgd Exp $ */
/*
int diskopen(struct open_file *, ...); /* XXX */
-int errno;
-
struct devsw devsw[] = {
{ "disk", diskstrategy, diskopen, diskclose, diskioctl }, /*0*/
};
-/* $OpenBSD: dev_net.c,v 1.4 2014/07/13 15:31:20 mpi Exp $ */
+/* $OpenBSD: dev_net.c,v 1.5 2021/01/29 16:22:36 deraadt Exp $ */
/* $NetBSD: dev_net.c,v 1.4 1997/04/06 08:41:24 cgd Exp $ */
/*
u_char bcea[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
#endif
-struct in_addr myip; /* my ip address */
-struct in_addr rootip; /* root ip address */
-struct in_addr gateip; /* swap ip address */
-u_int32_t netmask; /* subnet or net mask */
-
-char rootpath[FNAME_SIZE];
-
-int hostnamelen;
-char hostname[FNAME_SIZE];
-
-int domainnamelen;
-char domainname[FNAME_SIZE];
-
/*
* Local things...
*/