opnsense-ports/net/tcpview/files/patch-interface.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
312 B
C

--- interface.h.orig Tue Oct 28 01:36:19 2003
+++ interface.h Tue Oct 28 01:36:30 2003
@@ -59,8 +59,8 @@
extern char *lookup_device();
-extern void error();
-extern void warning();
+extern void error(char *, ...);
+extern void warning(char *, ...);
extern char *read_infile();
extern char *copy_argv();