]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add RCS IDs.
authorguy <guy>
Tue, 20 Sep 2005 06:25:19 +0000 (06:25 +0000)
committerguy <guy>
Tue, 20 Sep 2005 06:25:19 +0000 (06:25 +0000)
dccp.h
print-dccp.c

diff --git a/dccp.h b/dccp.h
index 2c479aad4de9abf4dc9f27d2db7047ce519a79b3..2f35e9c65484d18d6e660cf29950450b5a8d5282 100644 (file)
--- a/dccp.h
+++ b/dccp.h
@@ -1,5 +1,4 @@
-#ifndef __DCCP_HDR__
-#define __DCCP_HDR__
+/* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.2 2005-09-20 06:25:19 guy Exp $ (LBL) */
 /*
  * Copyright (C) Arnaldo Carvalho de Melo 2004
  * Copyright (C) Ian McDonald 2005 <[email protected]>
@@ -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
  *
index 24b1232385c48646066b174aea28821d4eb10fd9..bc19b6abdfbc4016faa64b3caa82ca45bbe29117 100644 (file)
@@ -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.2 2005-09-20 06:25:20 guy Exp $ (LBL)";
+#endif
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif