Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Use __packed, not __attribute__((__packed__)).



details:   https://anonhg.NetBSD.org/src/rev/3a5eed78fb64
branches:  trunk
changeset: 749030:3a5eed78fb64
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Nov 14 10:37:27 2009 +0000

description:
Use __packed, not __attribute__((__packed__)).

diffstat:

 sys/sys/videoio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9627c51db8f1 -r 3a5eed78fb64 sys/sys/videoio.h
--- a/sys/sys/videoio.h Sat Nov 14 09:54:10 2009 +0000
+++ b/sys/sys/videoio.h Sat Nov 14 10:37:27 2009 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -323,7 +323,7 @@
                struct v4l2_vbi_format vbi;
                uint8_t         raw_data[200];
        } fmt;
-} __attribute__((__packed__));
+} __packed;
 
 struct v4l2_frequency {
        uint32_t        tuner;



Home | Main Index | Thread Index | Old Index