ports/net/tcpview/files/patch-tcpview.h
Cy Schubert b4c6b8717b net/tcpview: Regenerate patches
Regenerate patches using makepatch.
2023-02-15 08:55:01 -08:00

13 lines
386 B
C

--- tcpview.h.orig 1993-04-22 20:48:09 UTC
+++ tcpview.h
@@ -97,8 +97,8 @@ void perror();
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();