diff options
-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> |