dect
/
libpcap
Archived
13
0
Fork 0

Fix a comment.

This commit is contained in:
guy 2008-09-16 06:36:23 +00:00
parent 73e8fef161
commit 2b61a87b6d
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
*/ */
#ifndef lint #ifndef lint
static const char rcsid[] _U_ = static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.112 2008-09-16 00:20:23 guy Exp $ (LBL)"; "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.113 2008-09-16 06:36:23 guy Exp $ (LBL)";
#endif #endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
@ -203,8 +203,8 @@ pcap_setnonblock_zbuf(pcap_t *p, int nonblock, char *errbuf)
} }
/* /*
* Zero-copy specific close method. Un-map the shred buffers then call * Zero-copy specific close method. Un-map the shared buffers then call
* pcap_close_common. * pcap_cleanup_live_common.
*/ */
static void static void
pcap_close_zbuf(pcap_t *p) pcap_close_zbuf(pcap_t *p)