1234567891011121314 |
- --- tcp_wrappers_7.6.orig/weak_symbols.c 1970-01-01 00:00:00.000000000 +0100
- +++ tcp_wrappers_7.6/weak_symbols.c 2009-06-05 18:45:03.000000000 +0200
- @@ -0,0 +1,11 @@
- + /*
- + * @(#) weak_symbols.h 1.5 99/12/29 23:50
- + *
- + * Author: Anthony Towns <ajt@debian.org>
- + */
- +
- +#ifdef HAVE_WEAKSYMS
- +#include <syslog.h>
- +int deny_severity = LOG_WARNING;
- +int allow_severity = SEVERITY;
- +#endif
|