changeset 985:32644e4439bd

Need to specify bool for CP_MV_MORE config symbol to avoid warnings.
author Rob Landley <rob@landley.net>
date Thu, 01 Aug 2013 18:15:20 -0500
parents 422696039640
children 69adf14d70e1
files toys/posix/cp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/cp.c	Thu Aug 01 18:10:47 2013 -0500
+++ b/toys/posix/cp.c	Thu Aug 01 18:15:20 2013 -0500
@@ -53,6 +53,7 @@
     -i	interactive, prompt before overwriting existing DEST
 
 config CP_MV_MORE
+  bool
   default y
   depends on CP_MV && CP_MORE
   help