aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-23 18:53:07 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-23 18:53:07 +0000
commit9788f99c9bc501de79f5e383291c24481bb63c57 (patch)
treeb6ded0b21428442ba27167d8654410c8ce0c73d3 /applets.h
parent9ef67d9ca4a31f46dac4406e0925c77c3c21a017 (diff)
downloadbusybox-w32-9788f99c9bc501de79f5e383291c24481bb63c57.tar.gz
busybox-w32-9788f99c9bc501de79f5e383291c24481bb63c57.tar.bz2
busybox-w32-9788f99c9bc501de79f5e383291c24481bb63c57.zip
Rewrite cp and mv to be SUSv2 compliant.
git-svn-id: svn://busybox.net/trunk/busybox@2407 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/applets.h b/applets.h
index c3037973d..d3399b9af 100644
--- a/applets.h
+++ b/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)