diff options
author | 2003-04-17 12:09:48 +0000 | |
---|---|---|
committer | 2003-04-17 12:09:48 +0000 | |
commit | db6cd67723a19174aca0cd6934bdbbac655f1458 (patch) | |
tree | e0ab100359eae5773ac460fd3e0f2f1993d7a458 | |
parent | there is no reason to keep both around. just rename (diff) | |
download | wireguard-openbsd-db6cd67723a19174aca0cd6934bdbbac655f1458.tar.xz wireguard-openbsd-db6cd67723a19174aca0cd6934bdbbac655f1458.zip |
oops
-rw-r--r-- | sys/stand/boot/boot.c | 4 |
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; |