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-src-pwsafe-Util.cpp,v 1.1 2011/11/22 20:05:25 joerg Exp $
--- src/pwsafe/Util.cpp.orig 2011-11-22 19:15:04.000000000 +0000
+++ src/pwsafe/Util.cpp
@@ -5,7 +5,10 @@
#include "PW_BlowFish.h"
//#include "PwsPlatform.h"
+#include <limits.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <iostream>
using std::cout;
using std::endl;