Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb __attribute__((__packed__)) -> __packed
details: https://anonhg.NetBSD.org/src/rev/a3f718303590
branches: trunk
changeset: 330075:a3f718303590
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jun 21 03:44:06 2014 +0000
description:
__attribute__((__packed__)) -> __packed
diffstat:
sys/dev/usb/emdtvreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a88712ec7524 -r a3f718303590 sys/dev/usb/emdtvreg.h
--- a/sys/dev/usb/emdtvreg.h Sat Jun 21 03:42:52 2014 +0000
+++ b/sys/dev/usb/emdtvreg.h Sat Jun 21 03:44:06 2014 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -37,7 +37,7 @@
uint16_t boardcfg;
uint16_t string[3];
uint8_t stringidx;
-} __attribute__((__packed__));
+} __packed;
#define EM28XX_I2C_ADDR_EEPROM 0xa0
Home |
Main Index |
Thread Index |
Old Index