summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
committereivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
commit712a1e61e7cb02d6cd0937cf3297e643a9a9631e (patch)
tree419f894bdaf3b76a20a93bed8ead992cebce3752 /sys/net/if_ethersubr.c
parent6f27646b4cfef89a08bfe3430d4d0603eb0c0d05 (diff)
downloadFreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.zip
FreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.tar.gz
Make the debug options new-style.
This also zaps a DPT option from lint; it wasn't referenced from anywhere.
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 4d7a698..e78773d 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93
- * $Id: if_ethersubr.c,v 1.42 1998/01/08 23:41:23 eivind Exp $
+ * $Id: if_ethersubr.c,v 1.43 1998/01/09 00:51:53 eivind Exp $
*/
#include "opt_atalk.h"
@@ -232,7 +232,7 @@ ether_output(ifp, m0, dst, rt0)
#ifdef NETATALKDEBUG
extern char *prsockaddr(struct sockaddr *);
printf("aarpresolv: failed for %s\n", prsockaddr(dst));
-#endif NETATALKDEBUG
+#endif /* NETATALKDEBUG */
return (0);
}
OpenPOWER on IntegriCloud