CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2017/04/19 09:03:35

Added files:
        mail/abook/patches: patch-database_c patch-database_h 

Log message:
Fix build with clang

field_id() is declared/defined with "inline", but needs to access
a variable that is only visible in database.c, the easiest fix is just
to drop "inline".

Reply via email to