diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libpcap | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/Makefile | 2 | ||||
-rw-r--r-- | lib/libpcap/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 6863573ba0e8b..406aa8786e723 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $FreeBSD$ +# $FreeBSD: src/lib/libpcap/Makefile,v 1.39.2.1.8.1 2010/02/10 00:26:20 kensmith Exp $ SHLIBDIR?= /lib diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index a96d891808381..249f66707b66f 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libpcap/config.h,v 1.5.10.1.8.1 2010/02/10 00:26:20 kensmith Exp $ */ /* This is an edited copy of the config.h generated by configure. */ /* config.h. Generated by configure. */ |