From 466c37aaa31fbe8d4273ef2726956495d3ebbd91 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 27 Apr 2000 14:24:11 +0000 Subject: s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) --- pcap-null.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcap-null.c') diff --git a/pcap-null.c b/pcap-null.c index 765c7ef..8ec5550 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/pcap-null.c,v 1.9 2000-04-27 11:16:20 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-null.c,v 1.10 2000-04-27 14:24:12 itojun Exp $ (LBL)"; #endif #include /* optionally get BSD define */ @@ -56,7 +56,7 @@ pcap_t * pcap_open_live(char *device, int snaplen, int promisc, int to_ms, char *ebuf) { - (void)strlcpy(ebuf, nosup, PCAP_ERRBUFF_SIZE); + (void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE); return (NULL); } -- cgit v1.2.3