diff options
-rw-r--r-- | usr.bin/tar/subst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c index 9fcd4d9..ea96d15 100644 --- a/usr.bin/tar/subst.c +++ b/usr.bin/tar/subst.c @@ -34,6 +34,10 @@ __FBSDID("$FreeBSD$"); #include <stdlib.h> #include <string.h> +#ifndef REG_BASIC +#define REG_BASIC 0 +#endif + struct subst_rule { struct subst_rule *next; regex_t re; |