diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
commit | f259566108892351d3632c07a73d13c19134360f (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /net/mcl/files/patch-test_wait_tx.c | |
parent | - Update to 1.16.2 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.release/7.4.0
Diffstat (limited to 'net/mcl/files/patch-test_wait_tx.c')
-rw-r--r-- | net/mcl/files/patch-test_wait_tx.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/mcl/files/patch-test_wait_tx.c b/net/mcl/files/patch-test_wait_tx.c deleted file mode 100644 index b0b816cc8cd8..000000000000 --- a/net/mcl/files/patch-test_wait_tx.c +++ /dev/null @@ -1,13 +0,0 @@ ---- check/alc/test_wait_tx.c.orig Tue Jul 22 19:37:39 2003 -+++ check/alc/test_wait_tx.c Wed Oct 15 17:09:00 2003 -@@ -25,6 +25,10 @@ - - #include <stdio.h> - -+#ifdef FREEBSD -+#include <sys/types.h> -+#endif -+ - #ifdef WIN32 - #include <winsock2.h> - #else |