From 5473b49afefa850c2dc0b40b633f51ae96820563 Mon Sep 17 00:00:00 2001 From: woglinde Date: Fri, 28 Nov 2008 00:20:50 +0100 Subject: nxssh: initial import --- packages/nxssh/files/stdarg.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/nxssh/files/stdarg.patch (limited to 'packages/nxssh/files/stdarg.patch') diff --git a/packages/nxssh/files/stdarg.patch b/packages/nxssh/files/stdarg.patch new file mode 100644 index 0000000000..88628e11e3 --- /dev/null +++ b/packages/nxssh/files/stdarg.patch @@ -0,0 +1,13 @@ +Index: nxssh/log.h +=================================================================== +--- nxssh.orig/log.h 2008-11-28 00:10:52.817729265 +0100 ++++ nxssh/log.h 2008-11-28 00:11:12.842702590 +0100 +@@ -15,6 +15,8 @@ + #ifndef SSH_LOG_H + #define SSH_LOG_H + ++#include ++ + /* Supported syslog facilities and levels. */ + typedef enum { + SYSLOG_FACILITY_DAEMON, -- cgit v1.2.3