mv: note removal of stdio
authorAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:36:22 +0000 (23:36 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:36:22 +0000 (23:36 +0100)
Applications/util/mv.c

index 7796451..7d09572 100644 (file)
@@ -3,7 +3,7 @@
  * Permission is granted to use, distribute, or modify this source,
  * provided that this copyright notice remains intact.
  *
- * Most simple built-in commands are here.
+ * stdio stripped out Alan Cox 2015
  */
 
 #include <stdio.h>