From owner-cvs-src-old@FreeBSD.ORG Thu Jul 14 19:06:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ED041065677 for ; Thu, 14 Jul 2011 19:06:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 551638FC0A for ; Thu, 14 Jul 2011 19:06:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EJ66Gc032207 for ; Thu, 14 Jul 2011 19:06:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6EJ66x1032206 for cvs-src-old@freebsd.org; Thu, 14 Jul 2011 19:06:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201107141906.p6EJ66x1032206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 14 Jul 2011 19:05:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/mtest mtest.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 19:06:06 -0000 jhb 2011-07-14 19:05:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/mtest mtest.c Log: SVN rev 224034 on 2011-07-14 19:05:48Z by jhb MFC 223510: Don't die if either of INET or INET6 aren't in the running kernel. Instead, report "protocol not supported" errors at runtime if a user attempts to use a protocol that the kernel doesn't support. Revision Changes Path 1.11.2.2 +25 -5 src/usr.sbin/mtest/mtest.c