summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
commit544891dd2606ad3beb0aed65feaacc7a100c9dd2 (patch)
treeb6b975d748efd73b474be62572b79f3c4b132738 /include/applets.h
parentadea7a6101ca46d83c4c2327d349c3ca3a5c7601 (diff)
downloadbusybox-w32-544891dd2606ad3beb0aed65feaacc7a100c9dd2.tar.gz
busybox-w32-544891dd2606ad3beb0aed65feaacc7a100c9dd2.tar.bz2
busybox-w32-544891dd2606ad3beb0aed65feaacc7a100c9dd2.zip
Add in kent robotti's updated dos2unix.c
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)