diff options
author | jbj <devnull@localhost> | 2005-01-28 06:36:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-01-28 06:36:29 +0000 |
commit | fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35 (patch) | |
tree | 555f978c54d23a3fd9f72eb99d9d07dc7a91552f /misc/fnmatch.c | |
parent | ff752142178293a108f87559b770a101153a8cd1 (diff) | |
download | librpm-tizen-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.tar.gz librpm-tizen-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.tar.bz2 librpm-tizen-fadd9c8edb96946cb1d1dcf172f4109e2c4bcd35.zip |
Revert glob/fnmatch/alloca uniqify on macosx for now.
CVS patchset: 7717
CVS date: 2005/01/28 06:36:29
Diffstat (limited to 'misc/fnmatch.c')
-rw-r--r-- | misc/fnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fnmatch.c b/misc/fnmatch.c index e9082f7bb..167554626 100644 --- a/misc/fnmatch.c +++ b/misc/fnmatch.c @@ -607,7 +607,7 @@ internal_fnmatch (const char *pattern, const char *string, int -xxfnmatch (const char *pattern, const char *string, int flags) +fnmatch (const char *pattern, const char *string, int flags) { return internal_fnmatch (pattern, string, flags & FNM_PERIOD, flags); } |