From 1b2442d41e120d3585922d981a478bff4f357337 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 05:28:52 +0000 Subject: Cleanup some silly warnings --- libc/stdlib/system.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/stdlib/system.c') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index b15d601aa..b365ef82e 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -10,8 +10,7 @@ #define vfork fork #endif -int __libc_system(command) -char *command; +int __libc_system(char *command) { int wait_val, pid; __sighandler_t save_quit, save_int, save_chld; -- cgit v1.2.3