X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/20f0bc9ecbc9bb9896a734a832addcb3bb7bc159..a4a13734bb167ab42f86da26c3aa1cb4da9954fd:/print-beep.c diff --git a/print-beep.c b/print-beep.c index 42151efa..b476dbf9 100644 --- a/print-beep.c +++ b/print-beep.c @@ -10,16 +10,15 @@ */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-beep.c,v 1.3 2002-07-11 07:44:49 guy Exp $"; +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" #endif -#include -#include +#include #ifdef HAVE_MEMORY_H #include @@ -27,7 +26,6 @@ static const char rcsid[] = #include #include #include -#include #include "interface.h" #include "extract.h"