diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 15:59:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 15:59:04 +0000 |
commit | 8c1828ac3957a05f4e1eef036ad4b3081f58643a (patch) | |
tree | fc400329e4476bd95487951448a45adbbdc7fd26 /sys/arch/sparc64 | |
parent | 6c12327d45d79d6fd82ced5fd24fa8c748e775ef (diff) |
What is it up with you sparc64 people. Do you like sitting on critical
fixes?
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index 0ab68c0218f..f397f57ff0b 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.8 2003/06/01 17:00:40 deraadt Exp $ */ +/* $OpenBSD: boot.c,v 1.9 2003/06/03 15:59:03 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */ /* * Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved. @@ -68,8 +68,8 @@ * this list is used in sequence, to find a kernel. */ char *kernels[] = { - "bsd ", - "obsd ", + "bsd", + "obsd", NULL }; |