From owner-cvs-all@FreeBSD.ORG Tue Jul 4 23:09:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BDA216A4E1; Tue, 4 Jul 2006 23:09:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEC843D6A; Tue, 4 Jul 2006 23:09:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k64N9BEm015825; Tue, 4 Jul 2006 23:09:11 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k64N9BWa015824; Tue, 4 Jul 2006 23:09:11 GMT (envelope-from thompsa) Message-Id: <200607042309.k64N9BWa015824@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 4 Jul 2006 23:09:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_enc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:09:14 -0000 thompsa 2006-07-04 23:09:11 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Fix a braino in the last revision, enc_clone_destroy needs return void instead of int. The clone system will ensure that our first interface is not destroyed so we dont need the extra checking anyway. Tested by: Scott Ullrich Revision Changes Path 1.4 +3 -12 src/sys/net/if_enc.c