diff options
Diffstat (limited to 'security/dropbear/files/patch-fake-rfc2553.h')
-rw-r--r-- | security/dropbear/files/patch-fake-rfc2553.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/dropbear/files/patch-fake-rfc2553.h b/security/dropbear/files/patch-fake-rfc2553.h new file mode 100644 index 000000000000..bc2fb880a1b2 --- /dev/null +++ b/security/dropbear/files/patch-fake-rfc2553.h @@ -0,0 +1,11 @@ +--- fake-rfc2553.h.orig Sat Jan 8 17:32:31 2005 ++++ fake-rfc2553.h Sat Jan 8 17:32:59 2005 +@@ -114,7 +114,7 @@ + # define NI_MAXHOST 1025 + #endif /* !NI_MAXHOST */ + +-#ifndef EAI_NODATA ++#if 0 + # define EAI_NODATA 1 + # define EAI_MEMORY 2 + # define EAI_NONAME 3 |