aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-22 23:37:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-22 23:37:30 +0000
commita4c2829ba032cbffa284f26bb19d32dbeda4d0c1 (patch)
treeb6b975d748efd73b474be62572b79f3c4b132738 /include/applets.h
parent25b30518b5af20c1058fe79512e3cca2efd29e1b (diff)
downloadbusybox-w32-a4c2829ba032cbffa284f26bb19d32dbeda4d0c1.tar.gz
busybox-w32-a4c2829ba032cbffa284f26bb19d32dbeda4d0c1.tar.bz2
busybox-w32-a4c2829ba032cbffa284f26bb19d32dbeda4d0c1.zip
Add in kent robotti's updated dos2unix.c
git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 446906cad..eaa818df7 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -374,7 +374,7 @@
374 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) 374 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
375#endif 375#endif
376#ifdef BB_UNIX2DOS 376#ifdef BB_UNIX2DOS
377 APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN) 377 APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
378#endif 378#endif
379#ifdef BB_UPDATE 379#ifdef BB_UPDATE
380 APPLET(update, update_main, _BB_DIR_SBIN) 380 APPLET(update, update_main, _BB_DIR_SBIN)