diff options
author | jbj <devnull@localhost> | 2004-10-09 17:44:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-09 17:44:27 +0000 |
commit | c15266f569c77cbddc9b72c0fb83befcf00a0ab6 (patch) | |
tree | 629d6b3b2894332fa5cd7b8a013410e6297d4fa5 /system.h | |
parent | b831315e41173e27a4e402c65d318b43558c4fca (diff) | |
download | librpm-tizen-c15266f569c77cbddc9b72c0fb83befcf00a0ab6.tar.gz librpm-tizen-c15266f569c77cbddc9b72c0fb83befcf00a0ab6.tar.bz2 librpm-tizen-c15266f569c77cbddc9b72c0fb83befcf00a0ab6.zip |
Splint fiddles.
CVS patchset: 7436
CVS date: 2004/10/09 17:44:27
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -597,7 +597,7 @@ extern int glob_pattern_p (const char *__pattern, int __quote) /*@=constuse@*/ #endif -extern int fnmatch (const char *pattern, const char *string, int flags) +extern int fnmatch (const char *__pattern, const char *__name, int __flags) /*@*/; /*@=declundef =incondefs @*/ #endif |