aboutsummaryrefslogtreecommitdiff
path: root/include/net/mip6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mip6.h')
-rw-r--r--include/net/mip6.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/mip6.h b/include/net/mip6.h
index a83ad1982a9..0386b618908 100644
--- a/include/net/mip6.h
+++ b/include/net/mip6.h
@@ -13,8 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
/*
* Authors:
@@ -39,7 +38,7 @@ struct ip6_mh {
__u16 ip6mh_cksum;
/* Followed by type specific messages */
__u8 data[0];
-} __attribute__ ((__packed__));
+} __packed;
#define IP6_MH_TYPE_BRR 0 /* Binding Refresh Request */
#define IP6_MH_TYPE_HOTI 1 /* HOTI Message */