From: hannes Date: Thu, 7 Apr 2005 23:09:32 +0000 (+0000) Subject: fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20 X-Git-Tag: tcpdump-3.9.1~161 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/d0c433fba2f426f906872a1e7989b3276f3cb3d5 fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20 --- diff --git a/print-chdlc.c b/print-chdlc.c index 3edc28f7..50cc539a 100644 --- a/print-chdlc.c +++ b/print-chdlc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.33 2005-04-07 23:07:33 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.32.2.1 2005-04-07 23:09:32 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H