Skip to content

Commit

Permalink
Remove extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Nilsson committed Aug 21, 2010
1 parent 4fed99f commit 976f208
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ extern int log_nmsgs;
#define LOG_MAX_MSGS 20 /* if > 20/minute then shut up for a while */
#define LOG_SHUT_UP 600 /* shut up for 10 minutes */


/* Debug values definition */
/* DVMRP reserved for future use */
#define DEBUG_DVMRP_PRUNE 0x00000001
Expand All @@ -71,7 +70,6 @@ extern int log_nmsgs;
#define DEBUG_TIMEOUT 0x00000100
#define DEBUG_PKT 0x00000200


/* Kernel related */
#define DEBUG_IF 0x00000400
#define DEBUG_KERN 0x00000800
Expand Down Expand Up @@ -103,11 +101,5 @@ extern int log_nmsgs;
#define DEBUG_ASSERT ( DEBUG_PIM_ASSERT )
#define DEBUG_ALL 0xffffffff


#define DEBUG_DEFAULT 0xffffffff/* default if "-d" given without value */






0 comments on commit 976f208

Please sign in to comment.