Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/external/mit/fontconfig/dist/src



Module Name:    xsrc
Committed By:   kre
Date:           Wed Jul 23 18:04:37 UTC 2025

Modified Files:
        xsrc/external/mit/fontconfig/dist/src: fccache.c

Log Message:
Provide a fallback timercmp() definition (PR misc/59543)

timercmp() isn't a standard function (macro in this case)
so isn't guaranteed to exist on some random system that
we need to be able to build this on (since it is part of
the NetBSD tools setup).

So just provide a local copy of the definition, used in
the event that nothing else has already defined it.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 xsrc/external/mit/fontconfig/dist/src/fccache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index