From f42230e8a29436774b5e8d367963f953889da41c Mon Sep 17 00:00:00 2001 From: gvf Date: Tue, 22 Apr 1997 16:02:20 +0000 Subject: [PATCH] BSD -> OpenBSD --- sys/arch/mvme68k/stand/bootst/boot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/mvme68k/stand/bootst/boot.c b/sys/arch/mvme68k/stand/bootst/boot.c index 25e577d23b1..fbadbab65c9 100644 --- a/sys/arch/mvme68k/stand/bootst/boot.c +++ b/sys/arch/mvme68k/stand/bootst/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.2 1997/04/22 16:02:20 gvf Exp $ */ /* $NetBSD: boot.c,v 1.2 1995/10/17 22:58:14 gwr Exp $ */ /*- @@ -56,7 +57,7 @@ main() char *cp, *file; int io, flag; - printf(">> BSD MVME%x tapeboot [%s]\n", bugargs.cputyp, version); + printf(">> OpenBSD MVME%x tapeboot [%s]\n", bugargs.cputyp, version); parse_args(&file, &flag); file = defname; /* override */ -- 2.20.1