diff options
author | Havoc Pennington <hp@localhost.localdomain> | 2007-10-23 14:48:52 -0400 |
---|---|---|
committer | Havoc Pennington <hp@localhost.localdomain> | 2007-10-23 14:48:52 -0400 |
commit | 5340b8de0b537380e0c445495300739d75abeb2f (patch) | |
tree | 114854a25f24d4077234b89975b7379f5d45a60f /ChangeLog | |
parent | a8e32b6874cf4d6c2954d60e676562282bfce4ea (diff) |
audit_init() was not declared in header, causing warnings; fix this and namespace it
2007-10-23 Havoc Pennington <hp@redhat.com>
* bus/bus.c (bus_context_new): use the new name here
* bus/selinux.c (bus_selinux_audit_init): rename from audit_init()
to avoid possible libc conflict, and declare it in .h file to
avoid a warning
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-10-23 Havoc Pennington <hp@redhat.com> + + * bus/bus.c (bus_context_new): use the new name here + + * bus/selinux.c (bus_selinux_audit_init): rename from audit_init() + to avoid possible libc conflict, and declare it in .h file to + avoid a warning + 2007-10-19 Havoc Pennington <hp@redhat.com> * bus/bus.c (bus_context_new): put audit_init() in HAVE_SELINUX |