summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/lib/url.c')
-rw-r--r--usr.sbin/pkg_install/lib/url.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/url.c b/usr.sbin/pkg_install/lib/url.c
index 1cf5d31..8121283 100644
--- a/usr.sbin/pkg_install/lib/url.c
+++ b/usr.sbin/pkg_install/lib/url.c
@@ -32,10 +32,11 @@ __FBSDID("$FreeBSD$");
* Try and fetch a file by URL, returning the directory name for where
* it's unpacked, if successful.
*/
-char *
+const char *
fileGetURL(const char *base, const char *spec, int keep_package)
{
- char *cp, *rp, *tmp;
+ const char *rp;
+ char *cp, *tmp;
char fname[FILENAME_MAX];
char pen[FILENAME_MAX];
char pkg[FILENAME_MAX];
OpenPOWER on IntegriCloud