Author: ajcorrea
Date: Mon Apr 27 22:06:42 2009
New Revision: 13994

Modified:
    branches/LUSCA_HEAD/libsqstore/store_file_ufs.c
    branches/LUSCA_HEAD/libsqstore/store_log.h

Log:
- Removed conditional definition from store_log.h
- Added varargs.h to store_file_usf.c



Modified: branches/LUSCA_HEAD/libsqstore/store_file_ufs.c
==============================================================================
--- branches/LUSCA_HEAD/libsqstore/store_file_ufs.c     (original)
+++ branches/LUSCA_HEAD/libsqstore/store_file_ufs.c     Mon Apr 27 22:06:42 2009
@@ -6,6 +6,7 @@
  #include "../include/config.h"
  #include "../include/squid_md5.h"

+#include "../libcore/varargs.h"
  #include "../libcore/kb.h"
  #include "../libcore/tools.h" /* for SQUID_MAXPATHLEN */


Modified: branches/LUSCA_HEAD/libsqstore/store_log.h
==============================================================================
--- branches/LUSCA_HEAD/libsqstore/store_log.h  (original)
+++ branches/LUSCA_HEAD/libsqstore/store_log.h  Mon Apr 27 22:06:42 2009
@@ -34,7 +34,6 @@
  };
  typedef struct _storeSwapLogHeader storeSwapLogHeader;

-#if SIZEOF_SQUID_FILE_SZ != SIZEOF_SIZE_T
  struct _storeSwapLogDataOld {
      char op;
      sfileno swap_filen;
@@ -48,7 +47,6 @@
      unsigned char key[SQUID_MD5_DIGEST_LENGTH];
  };
  typedef struct _storeSwapLogDataOld storeSwapLogDataOld;
-#endif

  extern const char * swap_log_op_str[];


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to