diff options
Diffstat (limited to 'usr.sbin/mopd/mopa.out/mopa.out.c')
-rw-r--r-- | usr.sbin/mopd/mopa.out/mopa.out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c index 46cf03da97e..ce9250d82fe 100644 --- a/usr.sbin/mopd/mopa.out/mopa.out.c +++ b/usr.sbin/mopd/mopa.out/mopa.out.c @@ -1,9 +1,9 @@ -/* $OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $ */ +/* $OpenBSD: mopa.out.c,v 1.4 2002/06/14 21:35:01 todd Exp $ */ /* mopa.out - Convert a Unix format kernel into something that * can be transferred via MOP. * - * This code was written while refering to the NetBSD/vax boot + * This code was written while referring to the NetBSD/vax boot * loader. Therefore anything that can be booted by the Vax * should be convertable with this program. * @@ -48,7 +48,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $"; +static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.4 2002/06/14 21:35:01 todd Exp $"; #endif #include "os.h" |