summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-03 17:57:54 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-03 17:57:54 +0300
commitf9e641a65c1644217f8487e6a38df9a7ba062303 (patch)
tree4a6afe3547fb30ffaee67826407697b179d38f97 /debug.h
parent09bcd97b3a17609f97d82aed9f93b5c5c78bac1a (diff)
parentcec13226210a83fecdefbd21d0e81c640c23990c (diff)
downloadrpm-f9e641a65c1644217f8487e6a38df9a7ba062303.tar.gz
rpm-f9e641a65c1644217f8487e6a38df9a7ba062303.tar.bz2
rpm-f9e641a65c1644217f8487e6a38df9a7ba062303.zip
Automated merge with file:/home/pmatilai/repos/rpm-whitespace
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug.h b/debug.h
index 44c8d6471..19376c043 100644
--- a/debug.h
+++ b/debug.h
@@ -6,13 +6,6 @@
#include <assert.h>
-#ifdef __LCLINT__
-#define ntohl(_x) (_x)
-#define ntohs(_x) (_x)
-#define htonl(_x) (_x)
-#define htons(_x) (_x)
-#endif
-
#ifdef DMALLOC
#include <dmalloc.h>
#endif