patch-weak_symbols_c 391 B

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