summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-16 18:47:43 +0000
committerJim Meyering <jim@meyering.net>2000-12-16 18:47:43 +0000
commit39d300f12ba97a9d5dec0874f1c63c306ff276fc (patch)
tree9a7ceeef594d50d60bb93ff6767dc6db49f17750
parent76f8538bf642d04755ec58fd4235dd46193fd917 (diff)
downloadcoreutils-39d300f12ba97a9d5dec0874f1c63c306ff276fc.tar.xz
(enum Change_status): Start with 1.
-rw-r--r--src/chown-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown-core.h b/src/chown-core.h
index 40f96ac8b..1da12a79c 100644
--- a/src/chown-core.h
+++ b/src/chown-core.h
@@ -20,7 +20,7 @@
enum Change_status
{
- CH_NOT_APPLIED,
+ CH_NOT_APPLIED = 1,
CH_SUCCEEDED,
CH_FAILED,
CH_NO_CHANGE_REQUESTED