summaryrefslogtreecommitdiff
path: root/pcap-dag.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-11 16:05:06 -0700
committerGuy Harris <guy@alum.mit.edu>2012-06-11 16:05:06 -0700
commitd25824540ebc7d5eec33852395b418e03ad91909 (patch)
treec3c6497e50d40669db53c2e9531f5c98ebe38c81 /pcap-dag.c
parent2426611584e9099af5f98d18ef37337df9bef025 (diff)
downloadlibpcap-d25824540ebc7d5eec33852395b418e03ad91909.tar.gz
Constify some variables.
Diffstat (limited to 'pcap-dag.c')
-rw-r--r--pcap-dag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-dag.c b/pcap-dag.c
index e38bdd78..8c93f6a4 100644
--- a/pcap-dag.c
+++ b/pcap-dag.c
@@ -834,7 +834,7 @@ fail:
pcap_t *dag_create(const char *device, char *ebuf, int *is_ours)
{
- char *cp, *cpend;
+ const char *cp, *cpend;
long devnum;
pcap_t *p;