summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-28 03:02:47 +0000
committerphk <phk@FreeBSD.org>1994-10-28 03:02:47 +0000
commitf9c842861b87b5b7b2ca8862b9a2eeddf2373461 (patch)
tree77e1ceb9525dcbe14e1318071e5c067d1fb3d247
parent55967211d2a02a07b03b83c55f1b43ea06134cd6 (diff)
downloadFreeBSD-src-f9c842861b87b5b7b2ca8862b9a2eeddf2373461.zip
FreeBSD-src-f9c842861b87b5b7b2ca8862b9a2eeddf2373461.tar.gz
Added two #defines to make this compile, until Paul gets out of bed again :-)
-rw-r--r--sbin/sysinstall/label.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/sysinstall/label.c b/sbin/sysinstall/label.c
index d78eaa2..07ab4bb 100644
--- a/sbin/sysinstall/label.c
+++ b/sbin/sysinstall/label.c
@@ -1,3 +1,7 @@
+/* Stopgap, until Paul does the right thing */
+#define ESC 27
+#define TAB 9
+
#define DKTYPENAMES
#include <sys/param.h>
#define DKTYPENAMES
OpenPOWER on IntegriCloud