head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.14 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.12 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.10 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.8 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.6 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.4 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.2 pkgsrc-2005Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2007.05.22.12.17.54; author spz; state dead; branches; next 1.1; 1.1 date 2005.08.26.08.41.46; author spz; state Exp; branches; next ; desc @@ 1.2 log @new version, new patches: upstream adopted a bunch of ours, but gcc found new things to bitch about @ text @$NetBSD: patch-ci,v 1.1 2005/08/26 08:41:46 spz Exp $ --- src/rpsl/rpsl/rpsl_policy.hh.orig 2004-07-30 12:58:15.000000000 +0200 +++ src/rpsl/rpsl/rpsl_policy.hh @@@@ -91,8 +91,8 @@@@ public: #ifdef DEBUG virtual const char *className(void) const = 0; - virtual void printClass(ostream &os, int indent) const { - INDENT(indent); os << "(*** Need more work here ***)" << endl; + virtual void printClass(std::ostream &os, int indent) const { + INDENT(indent); os << "(*** Need more work here ***)" << std::endl; } #endif // DEBUG }; @@@@ -170,15 +170,15 @@@@ public: } virtual void printClass(std::ostream &os, int indent) const { // For rp_attr - INDENT(indent); os << "rp_attr" << endl; - INDENT(indent); os << " _name = \"" << "\"" << endl; - INDENT(indent); os << " methods (RPMethod *)" << endl; - INDENT(indent); os << " _name = \"" << "\"" << endl; + INDENT(indent); os << "rp_attr" << std::endl; + INDENT(indent); os << " _name = \"" << "\"" << std::endl; + INDENT(indent); os << " methods (RPMethod *)" << std::endl; + INDENT(indent); os << " _name = \"" << "\"" << std::endl; // For rp_method - INDENT(indent); os << "rp_method" << endl; - INDENT(indent); os << " _name = \"" << "\"" << endl; + INDENT(indent); os << "rp_method" << std::endl; + INDENT(indent); os << " _name = \"" << "\"" << std::endl; // For rp_args - INDENT(indent); os << "args (ItemList *)" << endl; + INDENT(indent); os << "args (ItemList *)" << std::endl; args->printClass(os, indent + 2); } #endif // DEBUG @@@@ -231,9 +231,9 @@@@ public: return "PolicyPeeringAction"; } virtual void printClass(std::ostream &os, int indent) const { - INDENT(indent); os << "peering (PolicyPeering *)" << endl; + INDENT(indent); os << "peering (PolicyPeering *)" << std::endl; peering->printClass(os, indent + 2); - INDENT(indent); os << "action (PolicyActionList *)" << endl; + INDENT(indent); os << "action (PolicyActionList *)" << std::endl; action->printClass(os, indent + 2); } #endif // DEBUG @@@@ -265,14 +265,14 @@@@ public: } virtual void printClass(std::ostream &os, int indent) const { // Action - INDENT(indent); os << "peeringActionList" << endl; + INDENT(indent); os << "peeringActionList" << std::endl; for (PolicyPeeringAction *pc = peeringActionList->head(); pc; pc = peeringActionList->next(pc)) { pc->printClass(os, indent + 2); } // Filter - INDENT(indent); os << "filter (Filter *)" << endl; + INDENT(indent); os << "filter (Filter *)" << std::endl; filter->printClass(os, indent + 2); } #endif // DEBUG @@@@ -327,9 +327,9 @@@@ public: return "PolicyRefine"; } virtual void printClass(std::ostream &os, int indent) const { - INDENT(indent); os << "left" << endl; + INDENT(indent); os << "left" << std::endl; left->printClass(os, indent + 2); - INDENT(indent); os << "right" << endl; + INDENT(indent); os << "right" << std::endl; right->printClass(os, indent + 2); } #endif // DEBUG @@@@ -358,9 +358,9 @@@@ public: return "PolicyExcept"; } virtual void printClass(std::ostream &os, int indent) const { - INDENT(indent); os << "left" << endl; + INDENT(indent); os << "left" << std::endl; left->printClass(os, indent + 2); - INDENT(indent); os << "right" << endl; + INDENT(indent); os << "right" << std::endl; right->printClass(os, indent + 2); } #endif // DEBUG @ 1.1 log @make configure-option --enable-debug compile make RtConfig -config junos work fix a bug regarding Cisco export filters in RtConfig @ text @d1 1 a1 1 $NetBSD$ @