Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-30 01:51:00 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-30 01:51:00 +0300
commita41fdf331af344ecd3ec230a072857ea197e1890 (patch)
tree70ffff0b7f48b35a70b8b04253abe9118ded6026 /libbb/find_root_device.c
parente935602ff5d5a45be56585b8bad44194c3e837a3 (diff)
preparatory patch for -Wwrite-strings #1
Diffstat (limited to 'libbb/find_root_device.c')
-rw-r--r--libbb/find_root_device.c2
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 @@
#include "libbb.h"
-char *find_block_device(char *path)
+char *find_block_device(const char *path)
{
DIR *dir;
struct dirent *entry;