From 16addb86733d970dc3f900be1a0536276292efbe Mon Sep 17 00:00:00 2001 From: jilles Date: Mon, 13 Jun 2011 21:03:27 +0000 Subject: sh: Fix duplicate prototypes for builtins. Have mkbuiltins write the prototypes for the *cmd functions to builtins.h instead of builtins.c and include builtins.h in more .c files instead of duplicating prototypes for *cmd functions in other headers. --- bin/sh/cd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/sh/cd.h') diff --git a/bin/sh/cd.h b/bin/sh/cd.h index f88ce26..91fbc2b 100644 --- a/bin/sh/cd.h +++ b/bin/sh/cd.h @@ -30,5 +30,3 @@ */ void pwd_init(int); -int cdcmd (int, char **); -int pwdcmd(int, char **); -- cgit v1.1