From 450f92eb7165131ff3fdb2f80ec2fc65254f5ccb Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 01:52:28 +0000 Subject: Merge from trunk. --- libc/stdlib/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/system.c') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index 06f11abf2..b365ef82e 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -10,7 +10,7 @@ #define vfork fork #endif -int __libc_system(__const char *command) +int __libc_system(char *command) { int wait_val, pid; __sighandler_t save_quit, save_int, save_chld; -- cgit v1.2.3