Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too

few arguments".
This commit is contained in:
Mark Whitley
2000-06-06 18:11:46 +00:00
parent 700a5aed75
commit eec2f63b3f
2 changed files with 16 additions and 9 deletions

View File

@@ -74,6 +74,9 @@
#if defined bb_need_write_error || ! defined BB_DECLARE_EXTERN
BB_DEF_MESSAGE(write_error, "Write Error\n")
#endif
#if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN
BB_DEF_MESSAGE(too_few_args, "%s: too few arguments\n")
#endif