From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:21:08 2004 Return-Path: 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 4BE0416A4D2; Thu, 30 Dec 2004 17:21:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C443D3F; Thu, 30 Dec 2004 17:21:08 +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 iBUHL8VG029785; Thu, 30 Dec 2004 17:21:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHL7DT029783; Thu, 30 Dec 2004 17:21:07 GMT (envelope-from rwatson) Message-Id: <200412301721.iBUHL7DT029783@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 17:21:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_pcb.c ipx_pcb.h spx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 30 Dec 2004 17:21:08 -0000 rwatson 2004-12-30 17:21:07 UTC FreeBSD src repository Modified files: sys/netipx ipx_pcb.c ipx_pcb.h spx_usrreq.c Log: Garbage collect unused (and incompletely implemented) functions: - ipx_pcbnotify(), which is never called. - ipx_rtchange(), which is never called, is incomplete inplemented, and also #ifdef notdef. - spx_fixmtu(), which is never called, is incompletely implemented, and also #ifdef notdef. Revision Changes Path 1.30 +0 -55 src/sys/netipx/ipx_pcb.c 1.19 +0 -3 src/sys/netipx/ipx_pcb.h 1.48 +0 -50 src/sys/netipx/spx_usrreq.c