diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-02 23:17:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-02 23:17:37 +0000 |
commit | 02dd148d805c7978fb797faa2795cbb03f9a0446 (patch) | |
tree | fd3d657f10a9bb0d6305f683c859276d6ff4d9c7 /libexec | |
parent | 98860131e554eb4d493f324e69b599bbc07e3e1c (diff) |
KNF; openbsd@davidkrause.com
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |