diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-30 06:34:52 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-30 06:34:52 +0000 |
| commit | 0cda444befaec843137d78146103202bb75e0498 (patch) | |
| tree | 507d5081b0d074942c50e36db7445e835a4d2c0c | |
| parent | 2d9a293b4e8800812d6f640a56c1f8343085482b (diff) | |
Notes
| -rw-r--r-- | bin/sh/histedit.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index d081d059f226..1e64171ea372 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -164,10 +164,6 @@ sethistsize(hs) } } -/* - * This command is provided since POSIX decided to standardize - * the Korn shell fc command. Oh well... - */ int histcmd(int argc, char **argv) { @@ -178,7 +174,7 @@ histcmd(int argc, char **argv) int i, retval; char *firststr, *laststr; int first, last, direction; - char *pat = NULL, *repl; /* ksh "fc old=new" crap */ + char *pat = NULL, *repl; static int active = 0; struct jmploc jmploc; struct jmploc *volatile savehandler; |
