Systemd/src/libudev
Richard Yao e683136da1 Fix "attribute 'packed' is ignored" warnings when using Clang
Clang 3.1 warned that "attribute 'packed' is ignored". This stems from
placing "__attribute__ ((packed))" at the start of structure
declarations when common practice is to place it at the end.

Signed-off-by: Richard Yao <ryao@gentoo.org>
2012-12-17 10:43:58 +01:00
..
.gitignore update .gitignore 2012-04-13 21:58:01 +02:00
Makefile build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
libudev-device-private.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev-device.c libudev: do not resolve $attr{device} symlinks 2012-11-20 18:07:57 +01:00
libudev-enumerate.c libudev: validate 'udev' argument to udev_enumerate_new() 2012-12-14 15:36:47 +01:00
libudev-hwdb-def.h Fix "attribute 'packed' is ignored" warnings when using Clang 2012-12-17 10:43:58 +01:00
libudev-hwdb.c libudev: hwdb: add missing endianess conversion 2012-12-11 15:34:56 +01:00
libudev-list.c libudev: avoid leak during realloc failure 2012-11-13 01:59:33 +01:00
libudev-monitor.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev-private.h libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev-queue-private.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev-queue.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev-util.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev.c libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev.h libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev.pc.in libudev: update copyright headers 2012-11-12 17:50:33 +01:00
libudev.sym libudev: import hwdb and export lookup interface 2012-10-27 23:39:41 +02:00