summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-09 17:44:27 +0000
committerjbj <devnull@localhost>2004-10-09 17:44:27 +0000
commitc15266f569c77cbddc9b72c0fb83befcf00a0ab6 (patch)
tree629d6b3b2894332fa5cd7b8a013410e6297d4fa5 /system.h
parentb831315e41173e27a4e402c65d318b43558c4fca (diff)
downloadlibrpm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index a751fdc68..c23e025e3 100644
--- a/system.h
+++ b/system.h
@@ -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