artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3639cc
)
BSD -> OpenBSD
author
gvf
<gvf@openbsd.org>
Tue, 22 Apr 1997 16:02:20 +0000
(16:02 +0000)
committer
gvf
<gvf@openbsd.org>
Tue, 22 Apr 1997 16:02:20 +0000
(16:02 +0000)
sys/arch/mvme68k/stand/bootst/boot.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/stand/bootst/boot.c
b/sys/arch/mvme68k/stand/bootst/boot.c
index
25e577d
..
fbadbab
100644
(file)
--- 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(">>
Open
BSD MVME%x tapeboot [%s]\n", bugargs.cputyp, version);
parse_args(&file, &flag);
file = defname; /* override */