This commit is contained in:
Jordan K. Hubbard 2003-12-17 02:56:28 +00:00
parent be4a5e8916
commit dabcf42ff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123586

View file

@ -75,6 +75,7 @@ typedef struct {
#define REG_DUMP 0200
/* regerror() flags */
#define REG_ENOSYS -1 /* Reserved */
#define REG_NOMATCH 1
#define REG_BADPAT 2
#define REG_ECOLLATE 3