summaryrefslogtreecommitdiff
path: root/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'llc.h')
-rw-r--r--llc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llc.h b/llc.h
index 2861ec8f..5e6c74c3 100644
--- a/llc.h
+++ b/llc.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.15 2002-11-09 17:19:21 itojun Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.16 2002-12-11 07:13:54 guy Exp $ (LBL)
*/
/*
@@ -47,7 +47,7 @@ struct llc {
u_int8_t snap_ethertype[2];
} snap_ether;
} ctl;
-} __attribute__((packed));
+};
#define llcui ctl.snap.snap_ui
#define llcpi ctl.snap.snap_pi