aboutsummaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-29 22:51:25 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-29 22:51:25 +0000
commit2f2ce3c4222378da84c9f5f555c32409566579d8 (patch)
treeb73c92aefaf614291a71d05e9d28ca68f4ef021b /util-linux/switch_root.c
parent32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca (diff)
downloadbusybox-w32-2f2ce3c4222378da84c9f5f555c32409566579d8.tar.gz
busybox-w32-2f2ce3c4222378da84c9f5f555c32409566579d8.tar.bz2
busybox-w32-2f2ce3c4222378da84c9f5f555c32409566579d8.zip
preparatory patch for -Wwrite-strings #2
git-svn-id: svn://busybox.net/trunk/busybox@17654 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--util-linux/switch_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index 4c23f69da..007083bef 100644
--- a/util-linux/switch_root.c
+++ b/util-linux/switch_root.c
@@ -28,7 +28,7 @@ dev_t rootdev;
28 28
29// Recursively delete contents of rootfs. 29// Recursively delete contents of rootfs.
30 30
31static void delete_contents(char *directory) 31static void delete_contents(const char *directory)
32{ 32{
33 DIR *dir; 33 DIR *dir;
34 struct dirent *d; 34 struct dirent *d;