summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/installboot.h
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-10-14 00:19:04 +0000
committerkrw <krw@openbsd.org>2015-10-14 00:19:04 +0000
commite09cbf079135fc8dbf825dd3f53fbfa0ab80dde2 (patch)
treec9b774bf263ee2431832c752286243be3bae4bf4 /usr.sbin/installboot/installboot.h
parentReject the escape sequences \[uD800] to \[uDFFF] in the parser. (diff)
downloadwireguard-openbsd-e09cbf079135fc8dbf825dd3f53fbfa0ab80dde2.tar.xz
wireguard-openbsd-e09cbf079135fc8dbf825dd3f53fbfa0ab80dde2.zip
Backout last. Breaks sparc64, amoung other dubiousness.
requested by deraadt@
Diffstat (limited to 'usr.sbin/installboot/installboot.h')
-rw-r--r--usr.sbin/installboot/installboot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/installboot/installboot.h b/usr.sbin/installboot/installboot.h
index 5c9ad69c326..2e56488558e 100644
--- a/usr.sbin/installboot/installboot.h
+++ b/usr.sbin/installboot/installboot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: installboot.h,v 1.6 2015/10/12 20:52:20 krw Exp $ */
+/* $OpenBSD: installboot.h,v 1.7 2015/10/14 00:19:04 krw Exp $ */
/*
* Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org>
*
@@ -18,8 +18,6 @@
extern int nowrite;
extern int stages;
extern int verbose;
-extern int dstblkunit;
-extern int dstblkmajor;
extern char *root;
extern char *stage1;