diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-10-31 17:32:51 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-10-31 17:32:51 +0000 |
| commit | ec774932ba4bfd5adcf8030fa9c071a79fb72fa1 (patch) | |
| tree | 9dba6df7143dd626600275c15cb48727bbf19ad9 /sys/netgraph/ng_device.c | |
| parent | b0e1e474f7298863eaac6955216829754a38f714 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_device.c')
| -rw-r--r-- | sys/netgraph/ng_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_device.c b/sys/netgraph/ng_device.c index 8873900ffcb6..d5af1323ba20 100644 --- a/sys/netgraph/ng_device.c +++ b/sys/netgraph/ng_device.c @@ -31,9 +31,9 @@ */ #if 0 -#define DBG printf("ng_device: %s\n", __func__ ) +#define DBG do { printf("ng_device: %s\n", __func__ ); } while (0) #else -#define DBG +#define DBG do {} while (0) #endif #include <sys/param.h> |
