diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2003-07-05 15:18:44 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2003-07-05 15:18:44 +0000 |
| commit | 2ba1b30bf50f04ab147452cfba7a3b9899f1d59c (patch) | |
| tree | b3c2aa55b49d1fcca627aec69e1e5a16b264b51d /bin/sh/cd.c | |
| parent | cf3574284719d98bca0fa10588677f35f2e8202f (diff) | |
Notes
Diffstat (limited to 'bin/sh/cd.c')
| -rw-r--r-- | bin/sh/cd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/cd.c b/bin/sh/cd.c index aa1fd5ab5a1b..3a45d95e6ea7 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -74,8 +74,8 @@ STATIC int docd(char *, int, int); STATIC char *getcomponent(void); STATIC int updatepwd(char *); -char *curdir = NULL; /* current working directory */ -char *prevdir; /* previous working directory */ +STATIC char *curdir = NULL; /* current working directory */ +STATIC char *prevdir; /* previous working directory */ STATIC char *cdcomppath; int |
