summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/libsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/libsa/libsa.h')
-rw-r--r--sys/arch/i386/stand/libsa/libsa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h
index d11f8a1815f..c6574f6c14a 100644
--- a/sys/arch/i386/stand/libsa/libsa.h
+++ b/sys/arch/i386/stand/libsa/libsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libsa.h,v 1.15 1997/08/22 20:13:43 mickey Exp $ */
+/* $OpenBSD: libsa.h,v 1.16 1997/09/02 20:58:16 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -45,3 +45,4 @@ extern const char bdevs[][4];
extern const int nbdevs;
extern int bootdev; /* XXX pass through the global to exec_i386 */
+#define MACHINE_CMD cmd_machine /* we have i386 specific sommands */