diff options
Diffstat (limited to 'bin/ksh/table.c')
-rw-r--r-- | bin/ksh/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/table.c b/bin/ksh/table.c index 074fc13ddea..d93ecddb9f2 100644 --- a/bin/ksh/table.c +++ b/bin/ksh/table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: table.c,v 1.23 2015/11/01 15:38:53 mmcc Exp $ */ +/* $OpenBSD: table.c,v 1.24 2017/12/27 13:02:57 millert Exp $ */ /* * dynamic hashed associative table for commands and variables @@ -18,7 +18,7 @@ struct table aliases; /* aliases */ struct table keywords; /* keywords */ struct table homedirs; /* homedir() cache */ -char *path; /* copy of either PATH or def_path */ +char *search_path; /* copy of either PATH or def_path */ const char *def_path; /* path to use if PATH not set */ char *tmpdir; /* TMPDIR value */ const char *prompt; |