diff options
Diffstat (limited to 'missing/dlnames.c')
-rw-r--r-- | missing/dlnames.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/missing/dlnames.c b/missing/dlnames.c index 9dececf6..e2623b04 100644 --- a/missing/dlnames.c +++ b/missing/dlnames.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/missing/dlnames.c,v 1.4 2003-11-16 09:36:47 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -38,14 +42,6 @@ #include <tcpdump-stdinc.h> - -#include "interface.h" - -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/dlnames.c,v 1.3 2003-11-15 00:39:47 guy Exp $ (LBL)"; -#endif - #include <pcap.h> #include <string.h> |