diff options
Diffstat (limited to 'selinux/getsebool.c')
-rw-r--r-- | selinux/getsebool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/getsebool.c b/selinux/getsebool.c index 06a2980..598a51c 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -53,7 +53,7 @@ int getsebool_main(int argc, char **argv) printf("%s --> %s", names[i], (active ? "on" : "off")); if (pending != active) printf(" pending: %s", (pending ? "on" : "off")); - putchar('\n'); + bb_putchar('\n'); } if (ENABLE_FEATURE_CLEAN_UP) { |