summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-11-10 10:23:46 +0000
committerdownsj <downsj@openbsd.org>1996-11-10 10:23:46 +0000
commite8c413dea04b92fecde1eae481a9ab320fe6b56a (patch)
tree1e9d482eface466ca3acb8823aea9b71a117d06a
parentRepair setroot() to at least have a chance of working after Theo's changes. (diff)
downloadwireguard-openbsd-e8c413dea04b92fecde1eae481a9ab320fe6b56a.tar.xz
wireguard-openbsd-e8c413dea04b92fecde1eae481a9ab320fe6b56a.zip
comment
-rw-r--r--sys/arch/i386/i386/autoconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c
index c9c6b2cb77a..99f29ed7b97 100644
--- a/sys/arch/i386/i386/autoconf.c
+++ b/sys/arch/i386/i386/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.19 1996/11/10 10:18:56 downsj Exp $ */
+/* $OpenBSD: autoconf.c,v 1.20 1996/11/10 10:23:46 downsj Exp $ */
/* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */
/*-
@@ -137,7 +137,7 @@ static const char *devname[] = {
"sd", /* 4 = sd */
"", /* 5 */
"", /* 6 */
- "mcd", /* 7 */
+ "mcd", /* 7 = mcd */
"", /* 8 */
"", /* 9 */
"", /* 10 */