diff options
Diffstat (limited to 'src/chmod.c')
| -rw-r--r-- | src/chmod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c index 3cbfe07d8..25111c399 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -22,6 +22,7 @@ #include <sys/types.h> #include "system.h" +#include "assure.h" #include "dev-ino.h" #include "die.h" #include "error.h" @@ -191,7 +192,7 @@ describe_change (char const *file, struct change_status const *ch) printf (fmt, quoted_file, m, &perms[1]); return; default: - abort (); + affirm (false); } printf (fmt, quoted_file, old_m, &old_perms[1], m, &perms[1]); } |
