summaryrefslogtreecommitdiffstats
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-13 08:12:18 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-13 08:12:18 +0000
commit75938a729368b104d10b7917df85cb11cc8a07cc (patch)
treec050642276cae1792288a1fd85ae242f6b5fba49 /bin/sh/exec.c
parente0153329654e608534480d829bf8ec97c44e7661 (diff)
downloadFreeBSD-src-75938a729368b104d10b7917df85cb11cc8a07cc.zip
FreeBSD-src-75938a729368b104d10b7917df85cb11cc8a07cc.tar.gz
Use prototypes in the MKINIT lines collected by mkinit.
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 03c6162..55e3fec 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -555,7 +555,7 @@ clearcmdentry(int firstchange)
*/
#ifdef mkinit
-MKINIT void deletefuncs();
+MKINIT void deletefuncs(void);
SHELLPROC {
deletefuncs();
OpenPOWER on IntegriCloud