Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chromeos/compat-wireless/include/linux/rfkill_backport.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/compat-wireless/include/linux/rfkill_backport.h
diff --git a/chromeos/compat-wireless/include/linux/rfkill_backport.h b/chromeos/compat-wireless/include/linux/rfkill_backport.h
index 4fdb5ed869f2ef29cfdb8f2fcdb25d3d26b9d9e6..a354dfdd7c56fb0fbd7710993d7674ae7033bdd8 100644
--- a/chromeos/compat-wireless/include/linux/rfkill_backport.h
+++ b/chromeos/compat-wireless/include/linux/rfkill_backport.h
@@ -82,7 +82,7 @@ struct rfkill_event {
__u8 type;
__u8 op;
__u8 soft, hard;
-} __packed;
+} __attribute__((packed));
/*
* We are planning to be backward and forward compatible with changes

Powered by Google App Engine
This is Rietveld 408576698