From owner-svn-src-all@FreeBSD.ORG Thu Oct 18 13:46:26 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA91562E; Thu, 18 Oct 2012 13:46:26 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A2B9A8FC0C; Thu, 18 Oct 2012 13:46:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9IDkQcV049879; Thu, 18 Oct 2012 13:46:26 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9IDkQTu049877; Thu, 18 Oct 2012 13:46:26 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201210181346.q9IDkQTu049877@svn.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Oct 2012 13:46:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241685 - head/contrib/bsnmp/snmp_mibII X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 13:46:26 -0000 Author: glebius Date: Thu Oct 18 13:46:26 2012 New Revision: 241685 URL: http://svn.freebsd.org/changeset/base/241685 Log: Looks like support.h is really not needed here. Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.c Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.c ============================================================================== --- head/contrib/bsnmp/snmp_mibII/mibII_route.c Thu Oct 18 12:32:51 2012 (r241684) +++ head/contrib/bsnmp/snmp_mibII/mibII_route.c Thu Oct 18 13:46:26 2012 (r241685) @@ -30,7 +30,6 @@ * * Routing table */ -/*#include "support.h"*/ #ifdef HAVE_SYS_TREE_H #include