From owner-p4-projects@FreeBSD.ORG Sun Apr 4 14:54:39 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C6C8A16A4D0; Sun, 4 Apr 2004 14:54:38 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9292A16A4CE for ; Sun, 4 Apr 2004 14:54:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B63743D41 for ; Sun, 4 Apr 2004 14:54:38 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i34LscGe041411 for ; Sun, 4 Apr 2004 14:54:38 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i34LsbCv041408 for perforce@freebsd.org; Sun, 4 Apr 2004 14:54:38 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 4 Apr 2004 14:54:38 -0700 (PDT) Message-Id: <200404042154.i34LsbCv041408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 50357 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2004 21:54:39 -0000 http://perforce.freebsd.org/chv.cgi?CH=50357 Change 50357 by rwatson@rwatson_paprika on 2004/04/04 14:54:12 Back out an odd local change in netperf_socket. Affected files ... .. //depot/projects/netperf_socket/sys/netgraph/ng_l2tp.c#2 edit Differences ... ==== //depot/projects/netperf_socket/sys/netgraph/ng_l2tp.c#2 (text+ko) ==== @@ -37,7 +37,7 @@ * * Author: Archie Cobbs * - * $FreeBSD: src/sys/netgraph/ng_l2tp.c,v 1.6 2003/04/04 12:12:34 des Exp $ + * $FreeBSD: src/sys/netgraph/ng_l2tp.c,v 1.7 2004/04/04 21:33:09 archie Exp $ */ /* @@ -206,7 +206,7 @@ /* Parse type for struct ng_l2tp_stats */ static const struct ng_parse_struct_field ng_l2tp_stats_type_fields[] = NG_L2TP_STATS_TYPE_INFO; -static const struct ng_parse_type ng_pptp_stats_type = { +static const struct ng_parse_type ng_l2tp_stats_type = { &ng_parse_struct_type, &ng_l2tp_stats_type_fields }; @@ -246,7 +246,7 @@ NGM_L2TP_GET_STATS, "getstats", NULL, - &ng_pptp_stats_type + &ng_l2tp_stats_type }, { NGM_L2TP_COOKIE, @@ -260,7 +260,7 @@ NGM_L2TP_GETCLR_STATS, "getclrstats", NULL, - &ng_pptp_stats_type + &ng_l2tp_stats_type }, { NGM_L2TP_COOKIE,