diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-09 05:09:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-09 05:09:36 +0000 |
commit | 84d0b4a97a78b694e679e8625914d079140dd43c (patch) | |
tree | b136bda0863c2adf094c3885a316832208abf6d6 | |
parent | a389dd3fe5fbff5477222d346c2cad945440f5c6 (diff) |
the the
-rw-r--r-- | sys/arch/alpha/stand/installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/installboot.c b/sys/arch/alpha/stand/installboot.c index d829203e434..49eb5d85b2a 100644 --- a/sys/arch/alpha/stand/installboot.c +++ b/sys/arch/alpha/stand/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.5 1997/01/15 23:41:48 millert Exp $ */ +/* $OpenBSD: installboot.c,v 1.6 1997/04/09 05:09:35 deraadt Exp $ */ /* $NetBSD: installboot.c,v 1.2 1995/12/20 00:17:49 cgd Exp $ */ /* @@ -156,7 +156,7 @@ main(argc, argv) long bb_secsize; /* size of secondary boot block */ long bb_secstart; /* start of secondary boot block */ long bb_flags; /* unknown; always zero */ - long bb_cksum; /* checksum of the the boot block, as longs. */ + long bb_cksum; /* checksum of the boot block, as longs. */ } bb; long *lp, *ep; |