From 5e25ddb7d369b6785ec3aaa96cbc0521c22aeb0d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 19 May 2008 09:48:17 +0000 Subject: - use STD*_FILENO some more. No object-code changes --- libbb/appletlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/appletlib.c') diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 464280b17..86f85081c 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -98,7 +98,7 @@ static const char *unpack_usage_messages(void) static void full_write2_str(const char *str) { - full_write(2, str, strlen(str)); + full_write(STDERR_FILENO, str, strlen(str)); } void bb_show_usage(void) -- cgit v1.2.3