aboutsummaryrefslogtreecommitdiff
path: root/net/openh323/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323/files/patch-ac')
-rw-r--r--net/openh323/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/openh323/files/patch-ac b/net/openh323/files/patch-ac
deleted file mode 100644
index 52eba0636f38..000000000000
--- a/net/openh323/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
---- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
-***************
-*** 23,28 ****
---- 23,31 ----
- #include <ctype.h>
- #include <stdlib.h>
-
-+ #ifndef EOF
-+ #include <stdio.h>
-+ #endif
-
- #ifdef _MSC_VER
- #pragma warning(disable:4131 4701)