diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 20:25:47 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 20:25:47 +0000 |
commit | 03e79f6d24eb8d67f3965e97075cc8a12d26173d (patch) | |
tree | 2f31108720cd422c4ac969bf662141bb32dff0d9 /net/tcpview/files/patch-tcpview.h | |
parent | Change the MASTER_SITE to its http-variant. Add WWW to pkg-descr. (diff) |
Fix build on -CURRENT.
Bump port revision.
Diffstat (limited to 'net/tcpview/files/patch-tcpview.h')
-rw-r--r-- | net/tcpview/files/patch-tcpview.h | 13 |
1 files changed, 13 insertions, 0 deletions
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(); |