Switch to unified view
a/src/utils/circache.cpp | b/src/utils/circache.cpp | ||
---|---|---|---|
... |
... |
||
17 | #ifndef lint |
17 | #ifndef lint |
18 | static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; |
18 | static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; |
19 | #endif |
19 | #endif |
20 | 20 | ||
21 | #ifndef TEST_CIRCACHE |
21 | #ifndef TEST_CIRCACHE |
22 | #include "autoconfig.h" |
||
23 | |||
22 | #include <stdio.h> |
24 | #include <stdio.h> |
23 | #include <assert.h> |
25 | #include <assert.h> |
24 | #include <errno.h> |
26 | #include <errno.h> |
25 | #include <sys/stat.h> |
27 | #include <sys/stat.h> |
26 | #include <fcntl.h> |
28 | #include <fcntl.h> |