mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a769a701f6
- update to 0.8.10 - use NOPORTDOCS prelude-lml - chase shlib version, bump portrevision prelude-manager - update to 0.8.10 prelude-nids - update to 0.8.6 PR: ports/60113 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
12 lines
368 B
Diff
12 lines
368 B
Diff
--- libpcap/pcap-null.c.orig Sun Dec 7 19:03:41 2003
|
|
+++ libpcap/pcap-null.c Sun Dec 7 19:03:52 2003
|
|
@@ -54,7 +54,7 @@
|
|
}
|
|
|
|
pcap_t *
|
|
-pcap_open_live(char *device, int snaplen, int promisc, int to_ms, char *ebuf)
|
|
+pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf)
|
|
{
|
|
(void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE);
|
|
return (NULL);
|