diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 22:51:00 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 22:51:00 +0000 |
commit | 32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca (patch) | |
tree | 70ffff0b7f48b35a70b8b04253abe9118ded6026 /libbb | |
parent | 2014b85b6cade935b303d4cd10a20d21efd42aad (diff) | |
download | busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.tar.gz busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.tar.bz2 busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.zip |
preparatory patch for -Wwrite-strings #1
git-svn-id: svn://busybox.net/trunk/busybox@17653 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/find_root_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | 11 | ||
12 | char *find_block_device(char *path) | 12 | char *find_block_device(const char *path) |
13 | { | 13 | { |
14 | DIR *dir; | 14 | DIR *dir; |
15 | struct dirent *entry; | 15 | struct dirent *entry; |