diff options
author | comex | 2015-02-24 22:51:48 -0500 |
---|---|---|
committer | comex | 2015-02-24 22:51:48 -0500 |
commit | 39411262485837b9cfc3042b034117f213d3d415 (patch) | |
tree | dbcf48680124953ccb06595ad7de3dfd47efdc12 /lib/substitute-internal.h | |
parent | Add unaligned read/write functions. (diff) | |
download | substitute-39411262485837b9cfc3042b034117f213d3d415.tar.gz |
fix (and make more robust) strerror.c
Diffstat (limited to 'lib/substitute-internal.h')
-rw-r--r-- | lib/substitute-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index 8f900a4..80c8b22 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -75,7 +75,6 @@ enum { * can happen are really complicated and dumb, but generally one solution * is to be root */ SUBSTITUTE_ERR_TASK_FOR_PID = 1000, - SUBSTITUTE_ERR_TIMEOUT = 1000, SUBSTITUTE_ERR_MISC, }; |