From 42fe978417b53e8eed9b0ba99bc3f766dafd4cc5 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 1 Apr 2007 21:43:55 +0000 Subject: [PATCH] Add RCS IDs. --- pcap-bpf.h | 2 ++ pcap-bt-linux.c | 4 ++++ pcap-bt-linux.h | 1 + pcap-stdinc.h | 1 + pcap-usb-linux.c | 4 ++++ pcap-usb-linux.h | 1 + 6 files changed, 13 insertions(+) diff --git a/pcap-bpf.h b/pcap-bpf.h index 9374522..7b7e90a 100644 --- a/pcap-bpf.h +++ b/pcap-bpf.h @@ -34,6 +34,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.50 2007-04-01 21:43:55 guy Exp $ (LBL) */ /* diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c index 7bb0f7d..810774f 100644 --- a/pcap-bt-linux.c +++ b/pcap-bt-linux.c @@ -32,6 +32,10 @@ * By Paolo Abeni * */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.7 2007-04-01 21:43:55 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index b892a90..0444b1a 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -32,6 +32,7 @@ * Bluetooth sniffing API implementation for Linux platform * By Paolo Abeni * + * @(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.h,v 1.3 2007-04-01 21:43:55 guy Exp $ (LBL) */ /* diff --git a/pcap-stdinc.h b/pcap-stdinc.h index 1281024..977cf76 100644 --- a/pcap-stdinc.h +++ b/pcap-stdinc.h @@ -28,6 +28,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. * + * @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.9 2007-04-01 21:43:55 guy Exp $ (LBL) */ #define SIZEOF_CHAR 1 diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c index d1d0927..89d375f 100644 --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c @@ -33,6 +33,10 @@ * By Paolo Abeni * */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.c,v 1.15 2007-04-01 21:43:55 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/pcap-usb-linux.h b/pcap-usb-linux.h index 193e7d7..74c042f 100644 --- a/pcap-usb-linux.h +++ b/pcap-usb-linux.h @@ -32,6 +32,7 @@ * USB sniffing API implementation for Linux platform * By Paolo Abeni * + * @(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.h,v 1.3 2007-04-01 21:43:55 guy Exp $ (LBL) */ /*