X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcatomic.c;h=33c1cc6287df4282feccde3f2a71dc6f9d9c1568;hb=082caefb6d5462c97f280b7037e3740b4865a244;hp=67c0d153e5d4530f408f82e06426ae409a09a430;hpb=594dcef0f30ca27e27b95a9174087e8c61327e5f;p=fontconfig.git diff --git a/src/fcatomic.c b/src/fcatomic.c index 67c0d15..33c1cc6 100644 --- a/src/fcatomic.c +++ b/src/fcatomic.c @@ -7,9 +7,9 @@ * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting - * documentation, and that the name of Keith Packard not be used in + * documentation, and that the name of the author(s) not be used in * advertising or publicity pertaining to distribution of the software without - * specific, written prior permission. Keith Packard makes no + * specific, written prior permission. The authors make no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * @@ -142,7 +142,7 @@ FcAtomicLock (FcAtomic *atomic) * machines sharing the same filesystem will have clocks * reasonably close to each other. */ - if (FcStat ((char *) atomic->lck, &lck_stat) >= 0) + if (FcStat (atomic->lck, &lck_stat) >= 0) { time_t now = time (0); if ((long int) (now - lck_stat.st_mtime) > 10 * 60)