diff options
author | fenner <fenner> | 2000-01-09 21:34:14 +0000 |
---|---|---|
committer | fenner <fenner> | 2000-01-09 21:34:14 +0000 |
commit | 34ff77ff4318038a1c9f8d31e4bb50ad5ba10cd1 (patch) | |
tree | e395c5f4351232c91d41d6e13f84f9d392d9badc /print-mobile.c | |
parent | 56b7077c70924d81e982cfd0c7c47561966fffe5 (diff) | |
download | tcpdump-34ff77ff4318038a1c9f8d31e4bb50ad5ba10cd1.tar.gz |
Unify rcsid[]'s.
Diffstat (limited to 'print-mobile.c')
-rw-r--r-- | print-mobile.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/print-mobile.c b/print-mobile.c index b6c414c8..977d9ee7 100644 --- a/print-mobile.c +++ b/print-mobile.c @@ -36,17 +36,15 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if 0 -#include <sys/cdefs.h> -#ifndef lint -__RCSID("$NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $"); -#endif -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifndef lint +static const char rcsid[] = + "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.3 2000-01-09 21:34:18 fenner Exp $"; +#endif + #include <sys/param.h> #include <sys/time.h> #include <sys/uio.h> |