aboutsummaryrefslogtreecommitdiff
path: root/net/opal/files
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-04-01 15:28:35 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-04-01 15:28:35 +0000
commit4518a42e88bd13c2e01f0848738caae491612518 (patch)
tree34f8bada75e6847131ae6b53cc2daf6a952e41d0 /net/opal/files
parent6bd5cfb9b3490829429c8eb8cdae32820f0c4036 (diff)
downloadports-4518a42e88bd13c2e01f0848738caae491612518.tar.gz
ports-4518a42e88bd13c2e01f0848738caae491612518.zip
Notes
Diffstat (limited to 'net/opal/files')
-rw-r--r--net/opal/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/opal/files/patch-ac b/net/opal/files/patch-ac
deleted file mode 100644
index 52eba0636f38..000000000000
--- a/net/opal/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)