1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Rename cache.[ch] to memcache.[ch]

cache.h conflicts with an XFS DMAPI include on "opi" :-(
This commit is contained in:
Volker Lendecke 2007-12-19 15:45:22 +01:00
parent 7b52864787
commit b8db804e07
3 changed files with 4 additions and 4 deletions

View File

@ -719,7 +719,7 @@ typedef char fstring[FSTRING_LEN];
#include "packet.h"
#include "ctdbd_conn.h"
#include "talloc_stack.h"
#include "cache.h"
#include "memcache.h"
/* used in net.c */
struct functable {

View File

@ -17,8 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __CACHE_H__
#define __CACHE_H__
#ifndef __MEMCACHE_H__
#define __MEMCACHE_H__
#include "includes.h"

View File

@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "cache.h"
#include "memcache.h"
#include "rbtree.h"
struct memcache_element {