diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-04-23 22:10:09 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-04-23 22:10:09 +0000 |
commit | 9abfecf5f8154f4958d0037dada2650adcbcc1cb (patch) | |
tree | 9dcb5c06291e274ad4ca79670e742227c6106c46 /security/krb5/files/patch-lib::krb5::os::hst_realm.c | |
parent | - Remove support for EOL FreeBSD releases. [1] (diff) |
Update from 1.6 to 1.6.1.
Notes
Notes:
svn path=/head/; revision=190763
Diffstat (limited to 'security/krb5/files/patch-lib::krb5::os::hst_realm.c')
-rw-r--r-- | security/krb5/files/patch-lib::krb5::os::hst_realm.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/krb5/files/patch-lib::krb5::os::hst_realm.c b/security/krb5/files/patch-lib::krb5::os::hst_realm.c deleted file mode 100644 index d3caed59fd30..000000000000 --- a/security/krb5/files/patch-lib::krb5::os::hst_realm.c +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/krb5/os/hst_realm.c.orig Tue Oct 15 15:51:50 2002 -+++ lib/krb5/os/hst_realm.c Sat Jan 24 20:11:05 2004 -@@ -438,9 +438,11 @@ - return EAFNOSUPPORT; - case EAI_MEMORY: - return ENOMEM; -+#ifdef EAI_NODATA - #if EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return KRB5_EAI_NODATA; -+#endif - #endif - case EAI_NONAME: - return KRB5_EAI_NONAME; |