X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..dbd0cbc147d140e9bd34eefa7b66a17f691d49e0:/print-beep.c diff --git a/print-beep.c b/print-beep.c index edfad54f..b476dbf9 100644 --- a/print-beep.c +++ b/print-beep.c @@ -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" @@ -26,10 +30,6 @@ #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 *