Changeset 147 for trunk/src


Ignore:
Timestamp:
02/22/09 14:31:52 (15 years ago)
Author:
tim
Message:

added talloc library

incorporated talloc into winsec and lru_cache modules

introduced talloc into SK caching system

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup-recover.c

    r146 r147  
    2323#include <stdlib.h>
    2424
    25 #include "../include/regfi.h"
    26 #include "../include/range_list.h"
    27 #include "../include/lru_cache.h"
     25#include "regfi.h"
     26#include "range_list.h"
     27#include "lru_cache.h"
    2828
    2929
  • trunk/src/reglookup.c

    r143 r147  
    2727#include <strings.h>
    2828#include <time.h>
    29 #include "../include/regfi.h"
    30 #include "../include/void_stack.h"
     29#include "regfi.h"
     30#include "void_stack.h"
    3131
    3232/* Globals, influenced by command line parameters */
Note: See TracChangeset for help on using the changeset viewer.