selinux/restorecond
Christian Göttsche b5b3afbaed restorecond: use strict function prototype for definition
Clang 15 starts to complain about non strict function definitions:

    user.c:172:10: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    int start() {
             ^
              void

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Reviewed-by: Daniel Burgener <dburgener@linux.microsoft.com>
Acked-by: James Carter <jwcart2@gmail.com>
2022-08-15 08:46:56 -04:00
..
ru Add man pages translation by Olesya Gerasimenko 2019-01-28 12:03:57 +01:00
.gitignore restorecond: Add gitignore 2016-11-16 11:20:05 -05:00
COPYING Add COPYING files for new subdirs. 2016-11-16 11:19:51 -05:00
Makefile restorecond: Use pkg-config to get locations for systemd units 2020-05-04 10:31:44 +02:00
org.selinux.Restorecond.service restorecond: Rename restorecond-user.service to restorecond_user.service 2020-05-04 10:31:44 +02:00
restore.c restorecond: Fix redundant console log output error 2019-11-15 08:12:16 -05:00
restore.h restorecond: break source dependency on policycoreutils/setfiles 2016-11-16 11:19:51 -05:00
restorecond_user.conf
restorecond_user.service restorecond: Rename restorecond-user.service to restorecond_user.service 2020-05-04 10:31:44 +02:00
restorecond.8
restorecond.c restorecond: use /run instead of /var/run 2019-03-18 22:07:08 +01:00
restorecond.conf restorecond: use /run instead of /var/run 2019-03-18 22:07:08 +01:00
restorecond.desktop restorecond: Set X-GNOME-HiddenUnderSystemd=true in restorecond.desktop file 2020-07-21 08:14:57 +02:00
restorecond.h restorecond: add noreturn attribute to exitApp() 2017-03-07 14:00:16 -05:00
restorecond.init restorecond: use /run instead of /var/run 2019-03-18 22:07:08 +01:00
restorecond.service Add documentation key in systemd .service files 2019-07-18 09:51:43 -05:00
stringslist.c
stringslist.h
user.c restorecond: use strict function prototype for definition 2022-08-15 08:46:56 -04:00
utmpwatcher.c restorecond: use /run instead of /var/run 2019-03-18 22:07:08 +01:00
utmpwatcher.h
VERSION Update VERSIONs to 3.4 for release. 2022-05-18 16:51:03 +02:00
watch.c restorecond: Musl compatibility for GLOB_BRACE and GLOB_TILDE 2018-05-17 13:08:34 +08:00