diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-10 06:58:42 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-10 06:58:42 +0000 |
| commit | d100deb8cc0b79e72f19dfe82f8ea3ddd1278f88 (patch) | |
| tree | 1de2e807d5d23d9f6bc7f84146adea4b1a5d4d51 /usr.sbin/pkg_install/add/futil.c | |
| parent | f8bb49cd4fad52b49d75a998341c6afd3f8d6115 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/add/futil.c')
| -rw-r--r-- | usr.sbin/pkg_install/add/futil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c index 3ab87dcacc5b..8f9e1a3f16ea 100644 --- a/usr.sbin/pkg_install/add/futil.c +++ b/usr.sbin/pkg_install/add/futil.c @@ -70,9 +70,9 @@ make_hierarchy(char *dir) /* Using permission defaults, apply them as necessary */ void -apply_perms(char *dir, char *arg) +apply_perms(const char *dir, const char *arg) { - char *cd_to; + const char *cd_to; if (!dir || *arg == '/') /* absolute path? */ cd_to = "/"; |
