diff options
author | 2013-12-20 16:23:43 +0000 | |
---|---|---|
committer | 2013-12-20 16:23:43 +0000 | |
commit | 8f8cbdf6c7737375a267f68d9ef40e67084b4c3c (patch) | |
tree | 8b436bcf328ec0e2633207d3c644c21c5355b283 /lib/csu | |
parent | Remove a spurious message that appears in dired mode if you press a (diff) | |
download | wireguard-openbsd-8f8cbdf6c7737375a267f68d9ef40e67084b4c3c.tar.xz wireguard-openbsd-8f8cbdf6c7737375a267f68d9ef40e67084b4c3c.zip |
Fix typo, allow hppa64 to build a little further
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/hppa64/md_init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/hppa64/md_init.h b/lib/csu/hppa64/md_init.h index e7a12034b60..25a8f8be489 100644 --- a/lib/csu/hppa64/md_init.h +++ b/lib/csu/hppa64/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.4 2013/12/03 06:21:41 guenther Exp $ */ +/* $OpenBSD: md_init.h,v 1.5 2013/12/20 16:23:43 tobiasu Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -77,7 +77,7 @@ " .label _start \n" \ " .label __start \n" \ " .proc \n" \ - " .callin_fo frame=0, calls \n" \ + " .callinfo frame=0, calls \n" \ " .entry \n" \ " ldil L%__gp, %r27 \n" \ " .call \n" \ |