summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-04-17 12:09:48 +0000
committermickey <mickey@openbsd.org>2003-04-17 12:09:48 +0000
commitdb6cd67723a19174aca0cd6934bdbbac655f1458 (patch)
treee0ab100359eae5773ac460fd3e0f2f1993d7a458
parentthere is no reason to keep both around. just rename (diff)
downloadwireguard-openbsd-db6cd67723a19174aca0cd6934bdbbac655f1458.tar.xz
wireguard-openbsd-db6cd67723a19174aca0cd6934bdbbac655f1458.zip
oops
-rw-r--r--sys/stand/boot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c
index 46419374133..cce2e862598 100644
--- a/sys/stand/boot/boot.c
+++ b/sys/stand/boot/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.24 2003/04/17 12:06:05 mickey Exp $ */
+/* $OpenBSD: boot.c,v 1.25 2003/04/17 12:09:48 mickey Exp $ */
/*
* Copyright (c) 2003 Dale Rahn
@@ -81,7 +81,7 @@ boot(bootdev)
st = 0;
printf("booting %s: ", cmd.path);
- marks[MARK_START] = cmd.addr;
+ marks[MARK_START] = (u_long)cmd.addr;
if (loadfile(cmd.path, marks, LOAD_ALL) >= 0)
break;