diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
| commit | 2162b2d2265b5a190e84216b529977d83162f9cc (patch) | |
| tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/sh/exec.c | |
| parent | 236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff) | |
Notes
Diffstat (limited to 'bin/sh/exec.c')
| -rw-r--r-- | bin/sh/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 2dd178c436d7..e9061e8b1879 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: exec.c,v 1.3 1994/09/24 02:57:32 davidg Exp $ */ #ifndef lint @@ -744,7 +744,7 @@ delete_cmd_entry() { void getcmdentry(name, entry) char *name; - struct cmdentry *entry; + struct cmdentry *entry; { struct tblentry *cmdp = cmdlookup(name, 0); |
