From: gvf Date: Tue, 22 Apr 1997 16:02:20 +0000 (+0000) Subject: BSD -> OpenBSD X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f42230e8a29436774b5e8d367963f953889da41c;p=openbsd BSD -> OpenBSD --- 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 */