aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
commit0b08f5f73743f75cfe4603d65bf68a36aca310af (patch)
treef2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/netinet/in_rmx.c
parentdbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff)
downloadsrc-0b08f5f73743f75cfe4603d65bf68a36aca310af.tar.gz
src-0b08f5f73743f75cfe4603d65bf68a36aca310af.zip
Back out DIAGNOSTIC changes.
Notes
Notes: svn path=/head/; revision=33134
Diffstat (limited to 'sys/netinet/in_rmx.c')
-rw-r--r--sys/netinet/in_rmx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c
index 231581c08b59..a21516985ab7 100644
--- a/sys/netinet/in_rmx.c
+++ b/sys/netinet/in_rmx.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: in_rmx.c,v 1.30 1997/08/02 14:32:50 bde Exp $
+ * $Id: in_rmx.c,v 1.31 1998/02/04 22:33:05 eivind Exp $
*/
/*
@@ -42,8 +42,6 @@
* indefinitely. See in_rtqtimo() below for the exact mechanism.
*/
-#include "opt_diagnostic.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>