artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31216e7
)
Fix previos. Pointed out by kurt@.
author
kettenis
<kettenis@openbsd.org>
Wed, 24 Dec 2014 08:58:46 +0000
(08:58 +0000)
committer
kettenis
<kettenis@openbsd.org>
Wed, 24 Dec 2014 08:58:46 +0000
(08:58 +0000)
lib/csu/boot.h
patch
|
blob
|
history
diff --git
a/lib/csu/boot.h
b/lib/csu/boot.h
index
a1aab4c
..
068805b
100644
(file)
--- a/
lib/csu/boot.h
+++ b/
lib/csu/boot.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: boot.h,v 1.
4 2014/12/23 20:38:20
kettenis Exp $ */
+/* $OpenBSD: boot.h,v 1.
5 2014/12/24 08:58:46
kettenis Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@
-262,7
+262,7
@@
_dl_boot_bind(const long sp, long *dl_data, Elf_Dyn *dynamicp)
* them read-only.
*/
- if (dl_data[AUX_pagesz]
=
= 0)
+ if (dl_data[AUX_pagesz]
!
= 0)
pagesize = dl_data[AUX_pagesz];
else
pagesize = 4096;