diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-22 12:11:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-22 12:11:20 +0000 |
commit | c8a59db7a0d06831dab723d3c9f88483001b3eb8 (patch) | |
tree | 6c7d3d08067a677bf0c7107dd807ef72648e8fe5 | |
parent | 22731416e3a12431b1202abc36462b8be822eaa5 (diff) |
indent
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index cd5e1019a1b..e112ebfb611 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.49 1997/09/21 23:00:42 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.50 1997/09/22 12:11:19 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */ /*- @@ -1458,7 +1458,7 @@ cpu_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p) #if NBIOS > 0 case CPU_BIOS: return bios_sysctl(name + 1, namelen - 1, oldp, oldlenp, - newp, newlen, p); + newp, newlen, p); #endif default: return EOPNOTSUPP; |