diff options
author | harti <harti@FreeBSD.org> | 2003-07-25 06:39:46 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-07-25 06:39:46 +0000 |
commit | 820cd379cebe8246b5360b81e1e1442f4422bca7 (patch) | |
tree | d157554a928b4d6772cdbeda44b3bf5fece42000 /sys/netatm/uni/uniarp_input.c | |
parent | efb0411b26a07d0aa9382a43000505ce6cfabb78 (diff) | |
download | FreeBSD-src-820cd379cebe8246b5360b81e1e1442f4422bca7.zip FreeBSD-src-820cd379cebe8246b5360b81e1e1442f4422bca7.tar.gz |
Make the debugging variable that controls printing of UNI messages
accessible as a sysctl and move the debugging stuff out of DIAGNOSTICS.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
Diffstat (limited to 'sys/netatm/uni/uniarp_input.c')
-rw-r--r-- | sys/netatm/uni/uniarp_input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c index b729c63..b2cef44 100644 --- a/sys/netatm/uni/uniarp_input.c +++ b/sys/netatm/uni/uniarp_input.c @@ -104,10 +104,8 @@ uniarp_cpcs_data(tok, m) KBuffer *n; int len, plen = sizeof(struct atmarp_hdr); -#ifdef DIAGNOSTIC if (uniarp_print) uniarp_pdu_print(ivp, m, "receive"); -#endif /* * Verify IP's VCC state |