diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 17:57:54 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 17:57:54 +0300 |
commit | f9e641a65c1644217f8487e6a38df9a7ba062303 (patch) | |
tree | 4a6afe3547fb30ffaee67826407697b179d38f97 /rpmio/rpmrpc.c | |
parent | 09bcd97b3a17609f97d82aed9f93b5c5c78bac1a (diff) | |
parent | cec13226210a83fecdefbd21d0e81c640c23990c (diff) | |
download | rpm-f9e641a65c1644217f8487e6a38df9a7ba062303.tar.gz rpm-f9e641a65c1644217f8487e6a38df9a7ba062303.tar.bz2 rpm-f9e641a65c1644217f8487e6a38df9a7ba062303.zip |
Automated merge with file:/home/pmatilai/repos/rpm-whitespace
Diffstat (limited to 'rpmio/rpmrpc.c')
-rw-r--r-- | rpmio/rpmrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmrpc.c b/rpmio/rpmrpc.c index 0d2bcf37a..a13ab3bb0 100644 --- a/rpmio/rpmrpc.c +++ b/rpmio/rpmrpc.c @@ -4,7 +4,7 @@ #include "system.h" -#if defined(HAVE_PTHREAD_H) && !defined(__LCLINT__) +#if defined(HAVE_PTHREAD_H) #include <pthread.h> #endif |