From: Erik M. <er...@us...> - 2001-10-07 21:29:02
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv19756/include/blob Modified Files: errno.h Log Message: Add command abbreviation. Index: errno.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/errno.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- errno.h 2001/10/07 15:17:49 1.1 +++ errno.h 2001/10/07 21:28:57 1.2 @@ -38,5 +38,6 @@ #define ETIMEOUT 8 /* timeout exceeded */ #define ETOOSHORT 9 /* short file */ #define ETOOLONG 10 /* long file */ +#define EAMBIGCMD 11 /* ambiguous command */ #endif |