diff options
Diffstat (limited to 'mail/libesmtp/files/patch-ntlm::ntlmstruct.c')
-rw-r--r-- | mail/libesmtp/files/patch-ntlm::ntlmstruct.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/libesmtp/files/patch-ntlm::ntlmstruct.c b/mail/libesmtp/files/patch-ntlm::ntlmstruct.c deleted file mode 100644 index e08343316330..000000000000 --- a/mail/libesmtp/files/patch-ntlm::ntlmstruct.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ntlm/ntlmstruct.c.orig Tue Jan 29 13:05:13 2002 -+++ ntlm/ntlmstruct.c Tue Jan 29 13:06:02 2002 -@@ -25,7 +25,11 @@ - #include <config.h> - #endif - -+#ifdef __FreeBSD__ -+#include <inttypes.h> -+#else - #include <stdint.h> -+#endif - #include <stdlib.h> - #include <string.h> - #include <assert.h> |