mirror of
https://abf.rosa.ru/djam/openssh.git
synced 2025-02-25 18:53:02 +00:00
19 lines
519 B
Diff
19 lines
519 B
Diff
---
|
|
sshd.c | 4 2 + 2 - 0 !
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: openssh-5.2p1/sshd.c
|
|
===================================================================
|
|
--- openssh-5.2p1.orig/sshd.c 2009-01-28 00:31:23.000000000 -0500
|
|
+++ openssh-5.2p1/sshd.c 2009-05-28 13:00:03.000000000 -0400
|
|
@@ -122,8 +122,8 @@
|
|
#ifdef LIBWRAP
|
|
#include <tcpd.h>
|
|
#include <syslog.h>
|
|
-int allow_severity;
|
|
-int deny_severity;
|
|
+extern int allow_severity;
|
|
+extern int deny_severity;
|
|
#endif /* LIBWRAP */
|
|
|
|
#ifndef O_NOCTTY
|