Skip to content

Commit

Permalink
Remove unused packed attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 21, 2015
1 parent 9b34924 commit 12d2b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub struct nfgenmsg;
pub struct nfq_data;

#[repr(C)]
#[packed]
/// The NFQueue specific packet data
pub struct nfqnl_msg_packet_hdr {
/// The packet id
Expand Down

1 comment on commit 12d2b84

@mcpherrinm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line above the removed one should be changed to #[repr(C, packed)]

Please sign in to comment.