Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/bin/sh/exec.c 204800 2010-03-06 16:57:53Z jilles $");
---
> __FBSDID("$FreeBSD: head/bin/sh/exec.c 213760 2010-10-13 04:01:01Z obrien $");
94,95c94,95
< STATIC struct tblentry *cmdtable[CMDTABLESIZE];
< STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
---
> static struct tblentry *cmdtable[CMDTABLESIZE];
> static int builtinloc = -1; /* index in path of %builtin, or -1 */
618c618
< STATIC struct tblentry **lastcmdentry;
---
> static struct tblentry **lastcmdentry;