diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-01-08 16:49:03 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-01-08 16:49:03 +0000 |
commit | 3ac53dcf6ed91f0ed47918a99c006196aa6576fe (patch) | |
tree | 0aeac7cf1586fb2c533e88255095ae94ad868d22 /security/dropbear/files/patch-fake-rfc2553.h | |
parent | - Fix PLIST: Makefile typo s/PLIST_DOCS/PORTDOCS/ (diff) |
- Update to 0.44
Notes
Notes:
svn path=/head/; revision=125831
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 |