diff options
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.c | 4 | ||||
-rw-r--r-- | libexec/ld.so/util.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.c b/gnu/usr.bin/ld/rtld/rtld.c index f100fb1ae25..1e0f74c7eeb 100644 --- a/gnu/usr.bin/ld/rtld/rtld.c +++ b/gnu/usr.bin/ld/rtld/rtld.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld.c,v 1.30 2002/12/02 09:00:11 miod Exp $ */ +/* $OpenBSD: rtld.c,v 1.31 2002/12/02 23:17:36 deraadt Exp $ */ /* $NetBSD: rtld.c,v 1.43 1996/01/14 00:35:17 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -64,7 +64,7 @@ * Ideally, a scheme to compile these stubs from libc should be used, but * this would end up dragging too much code from libc here. */ -long __guard[8] = {0,0,0,0,0,0,0,0}; +long __guard[8] = {0, 0, 0, 0, 0, 0, 0, 0}; void __stack_smash_handler(char func[], int damaged) { diff --git a/libexec/ld.so/util.c b/libexec/ld.so/util.c index 60852ad1d05..98e63d09646 100644 --- a/libexec/ld.so/util.c +++ b/libexec/ld.so/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.11 2002/12/02 16:31:53 naddy Exp $ */ +/* $OpenBSD: util.c,v 1.12 2002/12/02 23:17:36 deraadt Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -42,7 +42,7 @@ * Ideally, a scheme to compile these stubs from libc should be used, but * this would end up dragging too much code from libc here. */ -long __guard[8] = {0,0,0,0,0,0,0,0}; +long __guard[8] = {0, 0, 0, 0, 0, 0, 0, 0}; void __stack_smash_handler(char func[], int damaged) { |