diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
commit | c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a (patch) | |
tree | 200c40866975fee9f98d04db8b6280f94e67540e /sys/net/route.c | |
parent | 856becd843ef5a7a14eeb66b3159728409ccdbfc (diff) | |
download | FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz |
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/net/route.c')
-rw-r--r-- | sys/net/route.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c index f24b500..1bc6bdd 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -31,9 +31,10 @@ * SUCH DAMAGE. * * @(#)route.c 8.2 (Berkeley) 11/15/93 - * $Id: route.c,v 1.45 1997/10/28 15:58:35 bde Exp $ + * $Id: route.c,v 1.46 1998/01/08 23:41:35 eivind Exp $ */ +#include "opt_diagnostic.h" #include "opt_inet.h" #include "opt_mrouting.h" |