From 03e79f6d24eb8d67f3965e97075cc8a12d26173d Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 27 Oct 2003 20:25:47 +0000 Subject: Fix build on -CURRENT. Bump port revision. --- net/tcpview/files/patch-tcpview.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/tcpview/files/patch-tcpview.h (limited to 'net/tcpview/files/patch-tcpview.h') diff --git a/net/tcpview/files/patch-tcpview.h b/net/tcpview/files/patch-tcpview.h new file mode 100644 index 000000000000..fd2e5445cbdd --- /dev/null +++ b/net/tcpview/files/patch-tcpview.h @@ -0,0 +1,13 @@ +--- tcpview.h.orig Fri Apr 23 04:48:09 1993 ++++ tcpview.h Tue Oct 28 02:02:49 2003 +@@ -97,8 +97,8 @@ + void perror(); + #endif + +-void iprint(); /* print Motif information */ +-void eprint(); /* print Motif error */ ++void iprint(char *, ...); /* print Motif information */ ++void eprint(char *, ...); /* print Motif error */ + + void detail_ether(); + void detail_tcp(); -- cgit v1.2.3