aboutsummaryrefslogtreecommitdiff
path: root/security/prelude-nids/files/libpcap.diff
blob: 8fa5d768864a83ac371e2cb8355b98541aa537d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);