From owner-cvs-src@FreeBSD.ORG Thu Dec 9 07:49:03 2004 Return-Path: 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 626D116A4CE; Thu, 9 Dec 2004 07:49:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D49F43D39; Thu, 9 Dec 2004 07:49:03 +0000 (GMT) (envelope-from glebius@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 iB97n3u1035800; Thu, 9 Dec 2004 07:49:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB97n3Cu035799; Thu, 9 Dec 2004 07:49:03 GMT (envelope-from glebius) Message-Id: <200412090749.iB97n3Cu035799@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 9 Dec 2004 07:49:03 +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/netgraph ng_pptpgre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Dec 2004 07:49:03 -0000 glebius 2004-12-09 07:49:03 UTC FreeBSD src repository Modified files: sys/netgraph ng_pptpgre.c Log: Use ng_callout() and ng_uncallout() instead of home-grown implementation. Tested by: Savchuk Taras Reviewed by: archie Approved by: julian (mentor) Revision Changes Path 1.35 +17 -108 src/sys/netgraph/ng_pptpgre.c