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,13 @@
$NetBSD: patch-database.h,v 1.1 2011/08/20 15:27:09 joerg Exp $
--- database.h.orig 2011-08-20 13:47:08.000000000 +0000
+++ database.h
@@ -60,7 +60,7 @@ struct db_enumerator {
/*
* Field operations
*/
-inline int field_id(int i);
+int field_id(int i);
abook_field *find_standard_field(char *key, int do_declare);
abook_field *real_find_field(char *key, abook_field_list *list, int *nb);
#define find_field(key, list) real_find_field(key, list, NULL)