]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
Fix a signed-vs-unsigned comparison warning.
[tcpdump] / print-sctp.c
index 37a9cc5a9ae25f3ab11f0eb3e5e75475a064e7d1..2d03a579d991a7a56e6bf69107574ae9b8402dc7 100644 (file)
  * SUCH DAMAGE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+"@(#) $Header: /tcpdump/master/tcpdump/print-sctp.c,v 1.15 2003-11-16 09:36:36 guy Exp $ (NETLAB/PEL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "ip.h"
 #ifdef INET6
-#ifndef lint
-static const char rcsid[] _U_ =
-"@(#) $Header: /tcpdump/master/tcpdump/print-sctp.c,v 1.14 2003-11-15 00:39:39 guy Exp $ (NETLAB/PEL)";
-#endif
 #include "ip6.h"
 #endif