-/* $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 $ */
/*
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;