diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2020-01-14 13:37:47 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2020-01-14 13:48:06 +0900 |
commit | 449508ea5ea236177e8caf71ca001e80ed0ec601 (patch) | |
tree | 0dcd3471243309053427b0b967d5d3f2a11252cd /gmt2local.c | |
parent | ddb6800a866ac59478d5806f449597230b21d342 (diff) | |
parent | 9ceaf0d786e9465506271e8450248a57719e4eb1 (diff) | |
download | tcpdump-tizen_4.0.tar.gz tcpdump-tizen_4.0.tar.bz2 tcpdump-tizen_4.0.zip |
Upgrade to 4.9.3submit/tizen_4.0/20200117.075504accepted/tizen/4.0/unified/20200120.103833tizen_4.0accepted/tizen_4.0_unified
Change-Id: I6f9c6d67f2733ce6a7514179a45029f5f3934c6b
Diffstat (limited to 'gmt2local.c')
-rw-r--r-- | gmt2local.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gmt2local.c b/gmt2local.c index 1fe0e8a..d6cd93b 100644 --- a/gmt2local.c +++ b/gmt2local.c @@ -19,16 +19,11 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.9 2003-11-16 09:36:09 guy Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #include <stdio.h> |