diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-03-19 09:13:01 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-03-19 09:13:01 +0000 |
commit | cad5364599eb5062d59e0c397ed638ddd61a8d5d (patch) | |
tree | a318d0f03aa076c74b576ea45dc543a5669e8e91 /libbb/module_syscalls.c | |
parent | e01f9662a5bd5d91be4f6b3941b57fff73cd5af1 (diff) | |
download | busybox-w32-cad5364599eb5062d59e0c397ed638ddd61a8d5d.tar.gz busybox-w32-cad5364599eb5062d59e0c397ed638ddd61a8d5d.tar.bz2 busybox-w32-cad5364599eb5062d59e0c397ed638ddd61a8d5d.zip |
Major coreutils update.
Diffstat (limited to 'libbb/module_syscalls.c')
-rw-r--r-- | libbb/module_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/module_syscalls.c b/libbb/module_syscalls.c index 6bfff207f..8fe9e525c 100644 --- a/libbb/module_syscalls.c +++ b/libbb/module_syscalls.c | |||
@@ -51,7 +51,7 @@ _syscall5(int, init_module, void *, first, void *, second, void *, third, | |||
51 | #warning -> The query_module system call is being stubbed out... | 51 | #warning -> The query_module system call is being stubbed out... |
52 | int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret) | 52 | int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret) |
53 | { | 53 | { |
54 | error_msg("\n\nTo make this application work, you will need to recompile\n" | 54 | bb_error_msg("\n\nTo make this application work, you will need to recompile\n" |
55 | "with a kernel supporting the query_module system call. -Erik\n"); | 55 | "with a kernel supporting the query_module system call. -Erik\n"); |
56 | errno=ENOSYS; | 56 | errno=ENOSYS; |
57 | return -1; | 57 | return -1; |