mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
8de2e14cd8
Drop support for 32-bit version, because 32-bit binary is not provided anymore. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
47 B
C
4 lines
47 B
C
int is_selinux_enabled(void)
|
|
{
|
|
return 0;
|
|
}
|