diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-27 23:07:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-27 23:07:27 +0000 |
commit | ca7a2b90a9b24cd8486c036ef920eeae3dd19f62 (patch) | |
tree | 1c2de8109807153b5378fecfa0d49dde7c648bd6 /sys/arch/sparc/stand | |
parent | ccdb4fd92209c114a1beb1f360c990d5538fb32d (diff) |
NetBSD -> OpenBSD
Diffstat (limited to 'sys/arch/sparc/stand')
-rw-r--r-- | sys/arch/sparc/stand/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/boot.c b/sys/arch/sparc/stand/boot.c index 951d7fc81f2..7a696f208e7 100644 --- a/sys/arch/sparc/stand/boot.c +++ b/sys/arch/sparc/stand/boot.c @@ -69,7 +69,7 @@ main() prom_init(); - printf(">> NetBSD BOOT [%s]\n", version); + printf(">> OpenBSD BOOT [%s]\n", version); file = prom_bootfile; if (file == 0 || *file == 0) |