Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-plugins_webinterface_httpresponseheader.h,v 1.1 2012/09/03 10:14:44 marino Exp $
Fix "anachronistic old style base class initializer" error
--- plugins/webinterface/httpresponseheader.h.orig 2012-06-12 10:09:58.000000000 +0000
+++ plugins/webinterface/httpresponseheader.h
@@ -38,7 +38,7 @@ namespace kt
int minor;
public:
- HttpResponseHeader(int response_code,int major = 1,int minor = 1);
+ HttpResponseHeader(int zresponse_code,int zmajor = 1,int zminor = 1);
HttpResponseHeader(const HttpResponseHeader & hdr);
virtual ~HttpResponseHeader();