diff options
author | 1997-04-09 05:09:35 +0000 | |
---|---|---|
committer | 1997-04-09 05:09:35 +0000 | |
commit | e461aac320d444ef6b58350777ee90b2b8079ba2 (patch) | |
tree | e9b110deb89af9ff401032e9c01d77b39a55b34f | |
parent | add NAT startup (diff) | |
download | wireguard-openbsd-e461aac320d444ef6b58350777ee90b2b8079ba2.tar.xz wireguard-openbsd-e461aac320d444ef6b58350777ee90b2b8079ba2.zip |
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; |