Added IOERR_DEL_LIMIT.

This commit is contained in:
Wayne Davison
2005-03-05 18:58:29 +00:00
parent 3b2ef5b11c
commit ff3d3c32d5

View File

@@ -100,6 +100,7 @@
#define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */
#define IOERR_VANISHED (1<<1)
#define IOERR_DEL_LIMIT (1<<2)
#define MAX_ARGS 1000