diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 78d5f2a50..f453a87ae 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -258,7 +258,7 @@ int id_main(int argc UNUSED_PARAM, char **argv) | |||
258 | bb_error_msg_and_die("can't get process context%s", | 258 | bb_error_msg_and_die("can't get process context%s", |
259 | username ? " for a different user" : ""); | 259 | username ? " for a different user" : ""); |
260 | } | 260 | } |
261 | fputs(scontext, stdout); | 261 | fputs_stdout(scontext); |
262 | } | 262 | } |
263 | /* freecon(NULL) seems to be harmless */ | 263 | /* freecon(NULL) seems to be harmless */ |
264 | if (ENABLE_FEATURE_CLEAN_UP) | 264 | if (ENABLE_FEATURE_CLEAN_UP) |