aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:30:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:30:37 +0100
commit1226c939375890d07c047e1de5e9e48f5e101854 (patch)
tree1a0969ad0c11944398f7172c16fe395ec43b7cbc /openbsc
parentb9c520f9b36fd97ae11c91f2bec394d684ac6749 (diff)
Fix DNAT debug.h definition and move it to the enum.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h
index d9de61a73..31e404d6c 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -28,11 +28,10 @@ enum {
DHO,
DDB,
DREF,
+ DNAT,
Debug_LastEntry,
};
-#define DNAT 0x100000
-
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)
#define DEBUGPC(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 1, fmt, ## args)