aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/util.c
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 15:09:17 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 15:09:17 +0000
commit7ccb65f3a4f5c84d010978d450df57d3c1b13297 (patch)
tree1a8ad50d798ce0a176c20b817d53ffaead21b14c /e2fsprogs/util.c
parentd35ef0f66643f2bc43bd7070df0356e0b064b755 (diff)
downloadbusybox-w32-7ccb65f3a4f5c84d010978d450df57d3c1b13297.tar.gz
busybox-w32-7ccb65f3a4f5c84d010978d450df57d3c1b13297.tar.bz2
busybox-w32-7ccb65f3a4f5c84d010978d450df57d3c1b13297.zip
Yet more "#if 0" content removed.
Diffstat (limited to 'e2fsprogs/util.c')
-rw-r--r--e2fsprogs/util.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/e2fsprogs/util.c b/e2fsprogs/util.c
index 537021df7..151af3211 100644
--- a/e2fsprogs/util.c
+++ b/e2fsprogs/util.c
@@ -110,14 +110,7 @@ void parse_journal_opts(char **journal_device, int *journal_flags,
110{ 110{
111 char *buf, *token, *next, *p, *arg; 111 char *buf, *token, *next, *p, *arg;
112 int journal_usage = 0; 112 int journal_usage = 0;
113#if 0
114 int len;
115 len = strlen(opts);
116 buf = xmalloc(len+1);
117 strcpy(buf, opts);
118#else
119 buf = bb_xstrdup(opts); 113 buf = bb_xstrdup(opts);
120#endif
121 for (token = buf; token && *token; token = next) { 114 for (token = buf; token && *token; token = next) {
122 p = strchr(token, ','); 115 p = strchr(token, ',');
123 next = 0; 116 next = 0;