From 14e754e20423ee836dc6d299861b707dd9452189 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 20 Sep 2005 06:25:45 +0000 Subject: [PATCH] Add RCS IDs. --- dccp.h | 6 ++++-- print-dccp.c | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dccp.h b/dccp.h index 2c479aad..d3cb885c 100644 --- a/dccp.h +++ b/dccp.h @@ -1,5 +1,4 @@ -#ifndef __DCCP_HDR__ -#define __DCCP_HDR__ +/* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.1.2.2 2005-09-20 06:25:45 guy Exp $ (LBL) */ /* * Copyright (C) Arnaldo Carvalho de Melo 2004 * Copyright (C) Ian McDonald 2005 @@ -9,6 +8,9 @@ * BSD-style license that accompanies tcpdump or the GNU GPL version 2 */ +#ifndef __DCCP_HDR__ +#define __DCCP_HDR__ + /** * struct dccp_hdr - generic part of DCCP packet header * diff --git a/print-dccp.c b/print-dccp.c index 24b12323..1a9d8882 100644 --- a/print-dccp.c +++ b/print-dccp.c @@ -6,6 +6,12 @@ * This software may be distributed either under the terms of the * BSD-style license that accompanies tcpdump or the GNU GPL version 2 */ + +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-dccp.c,v 1.1.2.2 2005-09-20 06:25:45 guy Exp $ (LBL)"; +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- 2.39.5