diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-20 21:40:44 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-20 21:40:44 +0000 |
| commit | a9e72e2a56f297850b1f61b7d1e1e48c007a5bc5 (patch) | |
| tree | 502a250418e0b39365da657b5ba12cb82db578db /net/ethereal/files/extra-patch-capture_loop.c | |
| parent | Fix a ftp link in the MASTER_SITES: (diff) | |
Update to 0.10.13. This fixes many security problems as well as adds some
minor news features, some new dissectors, and enhances a good number of the
current dissectors. See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html for the
complete list of changes.
Security: See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html
for all the security issues fixed in this release
Diffstat (limited to 'net/ethereal/files/extra-patch-capture_loop.c')
| -rw-r--r-- | net/ethereal/files/extra-patch-capture_loop.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ethereal/files/extra-patch-capture_loop.c b/net/ethereal/files/extra-patch-capture_loop.c new file mode 100644 index 000000000000..55b53f795033 --- /dev/null +++ b/net/ethereal/files/extra-patch-capture_loop.c @@ -0,0 +1,11 @@ +--- capture_loop.c.orig Thu Jul 22 00:23:01 2004 ++++ capture_loop.c Thu Jul 22 00:23:15 2004 +@@ -126,7 +126,7 @@ + * XXX - the various BSDs appear to define BSD in <sys/param.h>; we don't + * want to include it if it's not present on this platform, however. + */ +-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && \ ++#if !defined(__NetBSD__) && !defined(__OpenBSD__) && \ + !defined(__bsdi__) && !defined(__APPLE__) && !defined(_WIN32) && \ + !defined(__CYGWIN__) + # define MUST_DO_SELECT |
