diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:28:10 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:28:10 +0200 |
commit | 9110874f1c558436c809d3c725244f56a5fa211f (patch) | |
tree | b86546c61a5251262eace724079294ddebd77a75 /rpmdb | |
parent | 0c0f71955c0ed1ab51e84a476a17686ce275a8fb (diff) | |
download | librpm-tizen-9110874f1c558436c809d3c725244f56a5fa211f.tar.gz librpm-tizen-9110874f1c558436c809d3c725244f56a5fa211f.tar.bz2 librpm-tizen-9110874f1c558436c809d3c725244f56a5fa211f.zip |
Remove __LCLINT__-ifdef'ed blocks.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/header_internal.h | 2 | ||||
-rw-r--r-- | rpmdb/rpmdb.c | 12 |
2 files changed, 0 insertions, 14 deletions
diff --git a/rpmdb/header_internal.h b/rpmdb/header_internal.h index a85a219d1..4a8dbe918 100644 --- a/rpmdb/header_internal.h +++ b/rpmdb/header_internal.h @@ -7,9 +7,7 @@ #include <header.h> -#if !defined(__LCLINT__) #include <netinet/in.h> -#endif /* __LCLINT__ */ #define INDEX_MALLOC_SIZE 8 diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index 1b3e3d6bf..307fe841a 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -12,21 +12,9 @@ /*@-noparams@*/ #include <fnmatch.h> /*@=noparams@*/ -#if defined(__LCLINT__) -/*@-declundef -exportheader -redecl @*/ /* LCL: missing annotation */ -extern int fnmatch (const char *__pattern, const char *__name, int __flags) - /*@*/; -/*@=declundef =exportheader =redecl @*/ -#endif #endif #include <regex.h> -#if defined(__LCLINT__) -/*@-declundef -exportheader @*/ /* LCL: missing modifies (only is bogus) */ -extern void regfree (/*@only@*/ regex_t *preg) - /*@modifies *preg @*/; -/*@=declundef =exportheader @*/ -#endif #include <rpmio_internal.h> #include <rpmmacro.h> |