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:
parent
7b52864787
commit
b8db804e07
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
Loading…
Reference in New Issue
Block a user