summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-12 20:43:23 +0000
committerjbj <devnull@localhost>1999-09-12 20:43:23 +0000
commitf005d4c15c11eacc245d11e2f069881d2543e32c (patch)
treeb001f1e5698de223c4a813e3b00dea011b8c5748 /system.h
parentfa165f14175844cbb582eea1617345da0bd779eb (diff)
downloadrpm-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.gz
rpm-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.bz2
rpm-f005d4c15c11eacc245d11e2f069881d2543e32c.zip
Fiddles to resurrect lclint.
CVS patchset: 3281 CVS date: 1999/09/12 20:43:23
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/system.h b/system.h
index cbb9ea138..bfb163d72 100644
--- a/system.h
+++ b/system.h
@@ -195,7 +195,9 @@ char *alloca ();
#endif
#if HAVE_NETDB_H
+#ifndef __LCLINT__
#include <netdb.h>
+#endif /* __LCLINT__ */
#endif
#if HAVE_PWD_H
@@ -265,7 +267,9 @@ extern void *myrealloc(void *, size_t);
#if HAVE_SYS_SOCKET_H
#include <sys/types.h>
+#ifndef __LCLINT__
#include <sys/socket.h>
+#endif /* __LCLINT__ */
#endif
#if HAVE_SYS_SELECT_H