diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-31 07:23:16 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-31 07:23:16 +0000 |
commit | 712a1e61e7cb02d6cd0937cf3297e643a9a9631e (patch) | |
tree | 419f894bdaf3b76a20a93bed8ead992cebce3752 /sys/net/if_ethersubr.c | |
parent | 6f27646b4cfef89a08bfe3430d4d0603eb0c0d05 (diff) | |
download | FreeBSD-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.c | 4 |
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); } |