]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
Add changes in 4.2.1.
[tcpdump] / print-beep.c
index edfad54f53adc6ac7436dd4c1ec1ac63abca4000..b476dbf96b61d05a8421a5eaaaff3980fbc53b8b 100644 (file)
@@ -9,6 +9,10 @@
  *
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+  "@(#) $Header: /tcpdump/master/tcpdump/print-beep.c,v 1.6 2003-11-16 09:36:13 guy Exp $";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "interface.h"
 #include "extract.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-  "@(#) $Header: /tcpdump/master/tcpdump/print-beep.c,v 1.5 2003-11-15 00:39:16 guy Exp $";
-#endif
 /* Check for a string but not go beyond length
  * Return TRUE on match, FALSE otherwise
  *