]> The Tcpdump Group git mirrors - tcpdump/blobdiff - strcasecmp.c
Fix the parenthesization in the "alignment required but you can
[tcpdump] / strcasecmp.c
index 7fb721ecc8563993240ad555f16c45f7b87b6629..f19ccf547d1a1e72add5b6a465d88649e170ab90 100644 (file)
 #include "config.h"
 #endif
 
+#ifndef lint
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.6 2003-11-16 09:36:43 guy Exp $";
+#endif
 
 #include <tcpdump-stdinc.h>
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.5 2003-11-15 00:39:45 guy Exp $";
-#endif
 /*
  * This array is designed for mapping upper and lower case letter
  * together for a case independent comparison.  The mappings are