summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-23 18:53:07 +0000
committerMatt Kraai <kraai@debian.org>2001-04-23 18:53:07 +0000
commit91b2855ba8b9918b79dbe4b9188a3acccb41f7b7 (patch)
treeb6ded0b21428442ba27167d8654410c8ce0c73d3 /include/applets.h
parent4e9267d76c7dc47064bc80b1f8542453725158d7 (diff)
downloadbusybox-w32-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.tar.gz
busybox-w32-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.tar.bz2
busybox-w32-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.zip
Rewrite cp and mv to be SUSv2 compliant.
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h
index c3037973d..d3399b9af 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -80,8 +80,8 @@
80#ifdef BB_CMP 80#ifdef BB_CMP
81 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN) 81 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN)
82#endif 82#endif
83#ifdef BB_CP_MV 83#ifdef BB_CP
84 APPLET(cp, cp_mv_main, _BB_DIR_BIN) 84 APPLET(cp, cp_main, _BB_DIR_BIN)
85#endif 85#endif
86#ifdef BB_CUT 86#ifdef BB_CUT
87 APPLET(cut, cut_main, _BB_DIR_USR_BIN) 87 APPLET(cut, cut_main, _BB_DIR_USR_BIN)
@@ -269,8 +269,8 @@
269#ifdef BB_MT 269#ifdef BB_MT
270 APPLET(mt, mt_main, _BB_DIR_BIN) 270 APPLET(mt, mt_main, _BB_DIR_BIN)
271#endif 271#endif
272#ifdef BB_CP_MV 272#ifdef BB_MV
273 APPLET(mv, cp_mv_main, _BB_DIR_BIN) 273 APPLET(mv, mv_main, _BB_DIR_BIN)
274#endif 274#endif
275#ifdef BB_NC 275#ifdef BB_NC
276 APPLET(nc, nc_main, _BB_DIR_USR_BIN) 276 APPLET(nc, nc_main, _BB_DIR_USR_BIN)