diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 14:49:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 14:49:56 +0000 |
commit | 9bdeaf2bb949cca11369b3917fe8fec0fa727768 (patch) | |
tree | 78c8c6690cbdee664dcc82cd7f0fcb00ee64b7c6 /sys/arch/mac68k | |
parent | 47c368b477f60ba35b8d247b5cf41108594348fb (diff) |
Make bootdev a dev_t; ok martin@
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/autoconf.c b/sys/arch/mac68k/mac68k/autoconf.c index 131f7566851..ef14b0f0859 100644 --- a/sys/arch/mac68k/mac68k/autoconf.c +++ b/sys/arch/mac68k/mac68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.20 2004/12/25 23:02:24 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.21 2005/08/01 14:49:55 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.38 1996/12/18 05:46:09 scottr Exp $ */ /* @@ -474,7 +474,7 @@ getstr(cp, size) } -u_long bootdev; /* should be dev_t, but not until 32 bits */ +dev_t bootdev; /* * Yanked from i386/i386/autoconf.c (and tweaked a bit) |