dect
/
libpcap
Archived
13
0
Fork 0

From Sagun Shakya: fix typoes in comments.

This commit is contained in:
guy 2008-01-30 09:35:48 +00:00
parent 56741e253c
commit 04b952b6d5
2 changed files with 4 additions and 3 deletions

View File

@ -91,6 +91,7 @@ Additional people who have contributed patches:
<rcb-isis@users.sourceforge.net>
Richard Stearn <richard@rns-stearn.demon.co.uk>
Rick Jones <raj@cup.hp.com>
Sagun Shakya <sagun.shakya@sun.com>
Scott Barron <sb125499@ohiou.edu>
Scott Gifford <sgifford@tir.com>
Sebastian Krahmer <krahmer@cs.uni-potsdam.de>

View File

@ -34,7 +34,7 @@
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/fad-glifc.c,v 1.6 2005-04-19 00:54:00 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/fad-glifc.c,v 1.7 2008-01-30 09:35:48 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -75,9 +75,9 @@ struct rtentry; /* declarations in <net/if.h> */
* The list, as returned through "alldevsp", may be null if no interfaces
* were up and could be opened.
*
* This is the implementation used on platforms that have SIOCLGIFCONF
* This is the implementation used on platforms that have SIOCGLIFCONF
* but don't have "getifaddrs()". (Solaris 8 and later; we use
* SIOCLGIFCONF rather than SIOCGIFCONF in order to get IPv6 addresses.)
* SIOCGLIFCONF rather than SIOCGIFCONF in order to get IPv6 addresses.)
*/
int
pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)