Skip to content

Commit

Permalink
Apply change 142518 from Perforce master to fix PR 38787:
Browse files Browse the repository at this point in the history
        Minor portability enhancement; define REG_BASIC if it's not
	 already defined.
  • Loading branch information
joerg committed May 29, 2008
1 parent f95a75d commit 528be3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions archivers/libarchive/files/tar/subst.c
Expand Up @@ -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;
Expand Down

0 comments on commit 528be3f

Please sign in to comment.