Module Name: src
Committed By: njoly
Date: Sat Nov 14 10:37:27 UTC 2009
Modified Files:
src/sys/sys: videoio.h
Log Message:
Use __packed, not __attribute__((__packed__)).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/videoio.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/sys/videoio.h
diff -u src/sys/sys/videoio.h:1.6 src/sys/sys/videoio.h:1.7
--- src/sys/sys/videoio.h:1.6 Tue Aug 18 02:17:09 2009
+++ src/sys/sys/videoio.h Sat Nov 14 10:37:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: videoio.h,v 1.6 2009/08/18 02:17:09 christos Exp $ */
+/* $NetBSD: videoio.h,v 1.7 2009/11/14 10:37:27 njoly Exp $ */
/*-
* Copyright (c) 2005, 2008 Jared D. McNeill <[email protected]>
@@ -323,7 +323,7 @@
struct v4l2_vbi_format vbi;
uint8_t raw_data[200];
} fmt;
-} __attribute__((__packed__));
+} __packed;
struct v4l2_frequency {
uint32_t tuner;