History log of /external/bluetooth/bluez/gdbus/polkit.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7c4557de7b49f0186bcc28dda5a79c4d629e125 02-Jan-2011 Marcel Holtmann <marcel@holtmann.org> gdbus: Update copyright information
/external/bluetooth/bluez/gdbus/polkit.c
6e66423fe87441e3e61e5a325fde1515efa63ac5 27-Nov-2010 Lucas De Marchi <lucas.demarchi@profusion.mobi> gdbus: explicitly compare pointers to NULL

This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
/external/bluetooth/bluez/gdbus/polkit.c
3a792ff3ce08a0cfb902fb2fdb9006f931ec301b 09-Sep-2010 Marcel Holtmann <marcel@holtmann.org> Add support for builtin GDBus security using PolicyKit
/external/bluetooth/bluez/gdbus/polkit.c