Make the syslog message string static const, saves the copy.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 19 Nov 2005 15:19:03 +0000 (15:19 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 19 Nov 2005 15:19:03 +0000 (15:19 +0000)
commitee07221f578576aef376c97e3dc9615e8438658f
treedb534b6679b6d42e54ed1c11cedffda8cd2dbee2
parentd058a8bb7d46a35efd0a411b82e373f4b49589a1
Make the syslog message string static const, saves the copy.
Noticed by Valeriy E. Ushakov.
Include some more headers, use __unused in the function declaration,
not in the protorype. This fixes most warnings.
lib/libc/sys/stack_protector.c