summaryrefslogtreecommitdiff
path: root/print-sunatm.c
diff options
context:
space:
mode:
authorguy <guy>2002-08-05 07:47:23 +0000
committerguy <guy>2002-08-05 07:47:23 +0000
commit4d0113c619920a5dced5258c2393e08e9b4dfdf4 (patch)
tree978b59b0b6379ec60ddab7236f04a47b857e7a17 /print-sunatm.c
parentd0b810221c901c8bc8f9527b944d4d9d5c9cad75 (diff)
downloadtcpdump-4d0113c619920a5dced5258c2393e08e9b4dfdf4.tar.gz
Give the file an SCCS and RCS ID.
Diffstat (limited to 'print-sunatm.c')
-rw-r--r--print-sunatm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/print-sunatm.c b/print-sunatm.c
index 46fc3ce2..f3aafe94 100644
--- a/print-sunatm.c
+++ b/print-sunatm.c
@@ -29,6 +29,10 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sunatm.c,v 1.3 2002-08-05 07:47:23 guy Exp $ (LBL)";
+#endif
#ifdef HAVE_CONFIG_H
#include "config.h"