diff options
author | Jamie Landeg-Jones <jamie@catflap.org> | 2021-01-25 17:42:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-25 19:38:18 +0000 |
commit | fefb3c46a80fdde6f307e73a2b5b5aed806df1ce (patch) | |
tree | afd4eeceb2db3f16cf65a6300c23f443f3209091 /usr.bin/diff/diff.c | |
parent | 13860e71eb501f498a2263f44ea9244f6830b61c (diff) |
Diffstat (limited to 'usr.bin/diff/diff.c')
-rw-r--r-- | usr.bin/diff/diff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 0e46b96f9667..1bad6226f49d 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -511,6 +511,8 @@ print_status(int val, char *path1, char *path2, const char *entry) printf("File %s%s is not a regular file or directory and was skipped\n", path2, entry); break; + case D_ERROR: + break; } } |