Index: head/mail/abook/files/patch-database.h =================================================================== --- head/mail/abook/files/patch-database.h (nonexistent) +++ head/mail/abook/files/patch-database.h (revision 427172) @@ -0,0 +1,11 @@ +--- database.h.orig 2015-10-04 02:38:25 UTC ++++ database.h +@@ -61,7 +61,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) Property changes on: head/mail/abook/files/patch-database.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property