diff options
Diffstat (limited to 'net/tcpview/files/patch-capture.c')
-rw-r--r-- | net/tcpview/files/patch-capture.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-capture.c b/net/tcpview/files/patch-capture.c new file mode 100644 index 000000000000..c9f0e9ed734c --- /dev/null +++ b/net/tcpview/files/patch-capture.c @@ -0,0 +1,10 @@ +--- capture.c.orig Tue Oct 28 02:13:49 2003 ++++ capture.c Tue Oct 28 02:15:57 2003 +@@ -37,7 +37,6 @@ + #endif + + #include <stdio.h> +-#include <varargs.h> + #include <sys/types.h> + #include <sys/time.h> + #include <sys/wait.h> |