Remove __LCLINT__-ifdef'ed blocks.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:28:10 +0000 (13:28 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:28:10 +0000 (13:28 +0200)
rpmdb/header_internal.h
rpmdb/rpmdb.c

index a85a219..4a8dbe9 100644 (file)
@@ -7,9 +7,7 @@
 
 #include <header.h>
 
-#if !defined(__LCLINT__)
 #include <netinet/in.h>
-#endif  /* __LCLINT__ */
 
 #define        INDEX_MALLOC_SIZE       8
 
index 1b3e3d6..307fe84 100644 (file)
 /*@-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>