diff options
author | 2006-03-31 05:34:44 +0000 | |
---|---|---|
committer | 2006-03-31 05:34:44 +0000 | |
commit | 3fb315b1c38f6a51d2b0b8852f7796476bf816a3 (patch) | |
tree | fcbef3506bbf5f6af1147f31a130bf0ef1f22a45 /lib/libc/sys/stack_protector.c | |
parent | (char)to{upper,lower}() (diff) | |
download | wireguard-openbsd-3fb315b1c38f6a51d2b0b8852f7796476bf816a3.tar.xz wireguard-openbsd-3fb315b1c38f6a51d2b0b8852f7796476bf816a3.zip |
ARGSUSED where needed
Diffstat (limited to 'lib/libc/sys/stack_protector.c')
-rw-r--r-- | lib/libc/sys/stack_protector.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/stack_protector.c b/lib/libc/sys/stack_protector.c index a89b1d8c832..7b9653255f0 100644 --- a/lib/libc/sys/stack_protector.c +++ b/lib/libc/sys/stack_protector.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stack_protector.c,v 1.9 2005/11/30 07:51:02 otto Exp $ */ +/* $OpenBSD: stack_protector.c,v 1.10 2006/03/31 05:34:44 deraadt Exp $ */ /* * Copyright (c) 2002 Hiroaki Etoh, Federico G. Schwindt, and Miodrag Vallat. @@ -63,6 +63,7 @@ __guard_setup(void) } } +/*ARGSUSED*/ void __stack_smash_handler(char func[], int damaged) { |