Module Name:    src
Committed By:   dholland
Date:           Sat Jun 21 03:44:06 UTC 2014

Modified Files:
        src/sys/dev/usb: emdtvreg.h

Log Message:
__attribute__((__packed__)) -> __packed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/emdtvreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/emdtvreg.h
diff -u src/sys/dev/usb/emdtvreg.h:1.1 src/sys/dev/usb/emdtvreg.h:1.2
--- src/sys/dev/usb/emdtvreg.h:1.1	Mon Jul 11 18:02:04 2011
+++ src/sys/dev/usb/emdtvreg.h	Sat Jun 21 03:44:06 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: emdtvreg.h,v 1.1 2011/07/11 18:02:04 jmcneill Exp $ */
+/* $NetBSD: emdtvreg.h,v 1.2 2014/06/21 03:44:06 dholland Exp $ */
 
 /*-
  * Copyright (c) 2008 Jared D. McNeill <jmcne...@invisible.ca>
@@ -37,7 +37,7 @@ struct emdtv_eeprom {
 	uint16_t	boardcfg;
 	uint16_t	string[3];
 	uint8_t		stringidx;
-} __attribute__((__packed__));
+} __packed;
 
 #define EM28XX_I2C_ADDR_EEPROM	0xa0
 

Reply via email to