diff options
author | gvf <gvf@cvs.openbsd.org> | 1997-04-22 16:02:21 +0000 |
---|---|---|
committer | gvf <gvf@cvs.openbsd.org> | 1997-04-22 16:02:21 +0000 |
commit | 9407c137be31f6ebf031629937b153b3292e6193 (patch) | |
tree | 1ac6e7c4fd2a618c590c43f571d48c18dddc7f1d /sys | |
parent | 298980c825a818ca34bb758f6b694b1e55707ad7 (diff) |
BSD -> OpenBSD
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |