From 3380fa10dbcb28d2c58ba852f1539ef67f3bbcca Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 21 Mar 2004 08:32:05 +0000 Subject: Fix cut-and-pasteos; thanks to Darren Reed for finding them. --- pcap-nit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcap-nit.c') diff --git a/pcap-nit.c b/pcap-nit.c index e89f9ba..ae4c40c 100644 --- a/pcap-nit.c +++ b/pcap-nit.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.54 2003-12-18 23:32:32 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.55 2004-03-21 08:32:05 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -281,7 +281,7 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, } /* - * "handle->fd" is a socket, so "select()" should work on it. + * "p->fd" is a socket, so "select()" should work on it. */ p->selectable_fd = p->fd; -- cgit v1.2.3