From owner-cvs-src@FreeBSD.ORG Thu Mar 23 19:50:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0737216A420; Thu, 23 Mar 2006 19:50:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABBD743D6E; Thu, 23 Mar 2006 19:50:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2NJo0IH000866; Thu, 23 Mar 2006 19:50:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2NJo03Y000865; Thu, 23 Mar 2006 19:50:00 GMT (envelope-from rwatson) Message-Id: <200603231950.k2NJo03Y000865@repoman.freebsd.org> From: Robert Watson Date: Thu, 23 Mar 2006 19:50:00 +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/netipx ipx_input.c spx_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 19:50:01 -0000 rwatson 2006-03-23 19:50:00 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c spx_usrreq.c Log: Admit to ourselves that we don't actually implement pr_ctlinput() for IPX or SPX, as the code in the implementing functions is essentially a no-op. Replace with a comment indicating we don't implement these currently. Revision Changes Path 1.53 +1 -21 src/sys/netipx/ipx_input.c 1.66 +1 -23 src/sys/netipx/spx_usrreq.c