Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,26 @@
$NetBSD: patch-src_rpsl_object.cc,v 1.1 2013/08/31 08:44:49 joerg Exp $
--- src/rpsl/object.cc.orig 2013-08-30 22:49:31.000000000 +0000
+++ src/rpsl/object.cc
@@ -53,11 +53,11 @@
#include <iomanip>
#include "object.hh"
+#include "rpsl.y.hh"
#include "schema.hh"
using namespace std;
-extern int rpslparse(void *);
extern void rpsl_scan_object(Object *);
Object::~Object() {
@@ -128,7 +128,7 @@ bool Object::read(Buffer &buf, istream &
void Object::parse() {
rpsl_scan_object(this);
- rpslparse(this);
+ rpslparse();
validate();
if (type) {