diff options
| author | Rob Johnston <rob.johnston@joyent.com> | 2019-03-29 00:41:51 +0000 |
|---|---|---|
| committer | Rob Johnston <rob.johnston@joyent.com> | 2019-03-29 00:41:51 +0000 |
| commit | 001fcdd9e24e10f0f713d66ade5b578899a617b8 (patch) | |
| tree | 8a1970e5a081da4fa90c4405f886131a81479e89 /usr/src/cmd/ksh | |
| parent | aafbeec1fd0d7a80544a087b4a08e199e08cdf90 (diff) | |
| parent | 451d765fb45021fb191507bcbe46a507f1ec89d9 (diff) | |
| download | illumos-joyent-001fcdd9e24e10f0f713d66ade5b578899a617b8.tar.gz | |
Merge remote-tracking branch 'origin/master' into uefi
Diffstat (limited to 'usr/src/cmd/ksh')
| -rw-r--r-- | usr/src/cmd/ksh/builtins/alias.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/ksh/builtins/alias.c b/usr/src/cmd/ksh/builtins/alias.c index a17e2dabd1..88edbc1e9b 100644 --- a/usr/src/cmd/ksh/builtins/alias.c +++ b/usr/src/cmd/ksh/builtins/alias.c @@ -68,9 +68,7 @@ bfastpathrec fastpath_builtins[] = /* This list must be alphabetically sorted for |strcmp()| usage */ { "basename", b_basename }, { "cat", b_cat }, - { "chgrp", b_chgrp }, { "chmod", b_chmod }, - { "chown", b_chown }, #ifdef ENABLE_PERFORMANCE_PARADOXON { "cksum", b_cksum }, #endif /* ENABLE_PERFORMANCE_PARADOXON */ @@ -98,7 +96,7 @@ bfastpathrec fastpath_builtins[] = { "mkfifo", b_mkfifo }, { "mktemp", b_mktemp }, { "mv", b_mv }, - { "paste", b_paste }, + { "paste", b_paste }, { "pathchk", b_pathchk }, { "pids", b_pids }, { "readlink", b_readlink }, @@ -119,7 +117,7 @@ bfastpathrec fastpath_builtins[] = { "uniq", b_uniq }, { "wc", b_wc }, { "xgrep", b_xgrep }, - { NULL, (int (*)(int, char **, void *))NULL } + { NULL, (int (*)(int, char **, void *))NULL } }; static inline |
