aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/exec.h
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2011-02-05 14:08:51 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2011-02-05 14:08:51 +0000
commitc059d82290fbc6fdb3a935decaf53336e7e8db98 (patch)
treede8eba5bf5591f990e9cf7a5183ec0c95e6b788f /bin/sh/exec.h
parentef0cb80dd456b8f0feaf8d176d0aae89c1d3de18 (diff)
downloadsrc-c059d82290fbc6fdb3a935decaf53336e7e8db98.tar.gz
src-c059d82290fbc6fdb3a935decaf53336e7e8db98.zip
sh: Remove clearcmdentry()'s now unused argument.
Notes
Notes: svn path=/head/; revision=218324
Diffstat (limited to 'bin/sh/exec.h')
-rw-r--r--bin/sh/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/exec.h b/bin/sh/exec.h
index 45a647e6ff37..392cc335f660 100644
--- a/bin/sh/exec.h
+++ b/bin/sh/exec.h
@@ -76,4 +76,4 @@ void defun(const char *, union node *);
int unsetfunc(const char *);
int typecmd_impl(int, char **, int, const char *);
int typecmd(int, char **);
-void clearcmdentry(int);
+void clearcmdentry(void);