aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
commit3f2076daf5d8de88632a8336950a26047e0ca665 (patch)
tree476b6b5af31ecbcff758aacb935ef263364fa317 /sys/net
parent7e291b9c9c62dd263f89624c502d28d0250af330 (diff)
downloadsrc-3f2076daf5d8de88632a8336950a26047e0ca665.tar.gz
src-3f2076daf5d8de88632a8336950a26047e0ca665.zip
Make the debug options new-style.
This also zaps a DPT option from lint; it wasn't referenced from anywhere.
Notes
Notes: svn path=/head/; revision=32929
Diffstat (limited to 'sys/net')
-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 4d7a6987580c..e78773dc1920 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);
}