diff options
Diffstat (limited to 'net/tcpview/files/patch-tcpslice.c')
-rw-r--r-- | net/tcpview/files/patch-tcpslice.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-tcpslice.c b/net/tcpview/files/patch-tcpslice.c new file mode 100644 index 000000000000..6b47c118a367 --- /dev/null +++ b/net/tcpview/files/patch-tcpslice.c @@ -0,0 +1,10 @@ +--- tcpslice.c.orig Tue Oct 28 02:14:35 2003 ++++ tcpslice.c Tue Oct 28 02:16:29 2003 +@@ -36,7 +36,6 @@ + #include <sys/time.h> + #include <sys/timeb.h> + #include <netinet/in.h> +-#include <varargs.h> + + #include "savefile.h" + #include "version.h" |