diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /contrib/libpcap | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'contrib/libpcap')
| -rw-r--r-- | contrib/libpcap/.cvsignore | 13 | ||||
| -rw-r--r-- | contrib/libpcap/FREEBSD-Xlist | 2 | ||||
| -rw-r--r-- | contrib/libpcap/FREEBSD-upgrade | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | contrib/libpcap/chmod_bpf | 0 | ||||
| -rw-r--r-- | contrib/libpcap/gencode.c | 2 | ||||
| -rw-r--r-- | contrib/libpcap/gencode.h | 2 | ||||
| -rw-r--r-- | contrib/libpcap/grammar.y | 2 | ||||
| -rw-r--r-- | contrib/libpcap/ieee80211.h | 2 | ||||
| -rw-r--r-- | contrib/libpcap/nametoaddr.c | 2 | ||||
| -rw-r--r-- | contrib/libpcap/nlpid.h | 2 | ||||
| -rw-r--r-- | contrib/libpcap/pcap-bpf.c | 2 | ||||
| -rw-r--r-- | contrib/libpcap/pcap-int.h | 2 | ||||
| -rw-r--r-- | contrib/libpcap/pcap-namedb.h | 2 | ||||
| -rw-r--r-- | contrib/libpcap/pcap.h | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | contrib/libpcap/runlex.sh | 0 | ||||
| -rw-r--r-- | contrib/libpcap/scanner.l | 2 |
16 files changed, 13 insertions, 26 deletions
diff --git a/contrib/libpcap/.cvsignore b/contrib/libpcap/.cvsignore deleted file mode 100644 index 138c28814a08..000000000000 --- a/contrib/libpcap/.cvsignore +++ /dev/null @@ -1,13 +0,0 @@ -config.log -config.cache -config.status -config.h -.devel -stamp-h -stamp-h.in -Makefile -scanner.c -grammar.c -tokdefs.h -version.c -version.h diff --git a/contrib/libpcap/FREEBSD-Xlist b/contrib/libpcap/FREEBSD-Xlist index 948318c6b996..c4ed730326b2 100644 --- a/contrib/libpcap/FREEBSD-Xlist +++ b/contrib/libpcap/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/libpcap/FREEBSD-Xlist,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */README.* */msdos */SUNOS4 diff --git a/contrib/libpcap/FREEBSD-upgrade b/contrib/libpcap/FREEBSD-upgrade index eea75c2951c4..8ce1fbb2506a 100644 --- a/contrib/libpcap/FREEBSD-upgrade +++ b/contrib/libpcap/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/libpcap/FREEBSD-upgrade,v 1.6.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade diff --git a/contrib/libpcap/chmod_bpf b/contrib/libpcap/chmod_bpf index 0a30d99301e4..0a30d99301e4 100755..100644 --- a/contrib/libpcap/chmod_bpf +++ b/contrib/libpcap/chmod_bpf diff --git a/contrib/libpcap/gencode.c b/contrib/libpcap/gencode.c index 0fb9499e10db..fa79fc74e270 100644 --- a/contrib/libpcap/gencode.c +++ b/contrib/libpcap/gencode.c @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/gencode.c,v 1.18.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/gencode.h b/contrib/libpcap/gencode.h index 5fdec2867ca5..1c3d04230073 100644 --- a/contrib/libpcap/gencode.h +++ b/contrib/libpcap/gencode.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/gencode.h,v 1.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.70.2.1 2007/11/18 02:04:55 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/grammar.y b/contrib/libpcap/grammar.y index cc81984e4318..71d4e4623fb3 100644 --- a/contrib/libpcap/grammar.y +++ b/contrib/libpcap/grammar.y @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/grammar.y,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/ieee80211.h b/contrib/libpcap/ieee80211.h index d79f0f8e3656..fd500c129f55 100644 --- a/contrib/libpcap/ieee80211.h +++ b/contrib/libpcap/ieee80211.h @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/ieee80211.h,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NET80211_IEEE80211_H_ #define _NET80211_IEEE80211_H_ diff --git a/contrib/libpcap/nametoaddr.c b/contrib/libpcap/nametoaddr.c index 479f1fd32eaf..ade9c7698d34 100644 --- a/contrib/libpcap/nametoaddr.c +++ b/contrib/libpcap/nametoaddr.c @@ -21,7 +21,7 @@ * Name to id translation routines used by the scanner. * These functions are not time critical. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/nametoaddr.c,v 1.14.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef lint diff --git a/contrib/libpcap/nlpid.h b/contrib/libpcap/nlpid.h index 7ea2963f108d..de0d5bc9fa58 100644 --- a/contrib/libpcap/nlpid.h +++ b/contrib/libpcap/nlpid.h @@ -15,7 +15,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/nlpid.h,v 1.3.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.2 2002/12/06 00:01:34 hannes Exp $ (Juniper) */ diff --git a/contrib/libpcap/pcap-bpf.c b/contrib/libpcap/pcap-bpf.c index 8f35e4c80802..beaffbde13d8 100644 --- a/contrib/libpcap/pcap-bpf.c +++ b/contrib/libpcap/pcap-bpf.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-bpf.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/pcap-int.h b/contrib/libpcap/pcap-int.h index 3a50406b876d..738b5eae193c 100644 --- a/contrib/libpcap/pcap-int.h +++ b/contrib/libpcap/pcap-int.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-int.h,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.85.2.9 2008-09-16 00:21:08 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/pcap-namedb.h b/contrib/libpcap/pcap-namedb.h index e9ef300a5ee1..5b1339bbf25c 100644 --- a/contrib/libpcap/pcap-namedb.h +++ b/contrib/libpcap/pcap-namedb.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-namedb.h,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.13 2006/10/04 18:13:32 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/pcap.h b/contrib/libpcap/pcap.h index 270f001e7ee3..5bc6cb5c658b 100644 --- a/contrib/libpcap/pcap.h +++ b/contrib/libpcap/pcap.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap.h,v 1.17.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap.h,v 1.59 2006/10/04 18:09:22 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/runlex.sh b/contrib/libpcap/runlex.sh index 497a6186f266..497a6186f266 100755..100644 --- a/contrib/libpcap/runlex.sh +++ b/contrib/libpcap/runlex.sh diff --git a/contrib/libpcap/scanner.l b/contrib/libpcap/scanner.l index 551b2cca9306..21a51c6582e0 100644 --- a/contrib/libpcap/scanner.l +++ b/contrib/libpcap/scanner.l @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/scanner.l,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef lint |
