]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ldp.c
do not use gcc-ism for macro, instead abuse C-syntax
[tcpdump] / print-ldp.c
index edcc9de28dc4f723b41cd8ceeadbe50ef30e503a..0fcd9f41bd8ebc94b5e55bb2475cd6092381959e 100644 (file)
@@ -14,8 +14,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.4 2002-12-14 13:50:16 hannes Exp $";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.6 2003-11-16 09:36:27 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H