From 32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 29 Jan 2007 22:51:00 +0000 Subject: preparatory patch for -Wwrite-strings #1 git-svn-id: svn://busybox.net/trunk/busybox@17653 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/find_root_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index 1d74d1ea8..ea360eae5 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c @@ -9,7 +9,7 @@ #include "libbb.h" -char *find_block_device(char *path) +char *find_block_device(const char *path) { DIR *dir; struct dirent *entry; -- cgit v1.2.3-55-g6feb