Author: adrian.chadd
Date: Tue Jul 7 23:40:59 2009
New Revision: 14147
Modified:
playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
Log:
More path fixes; include/squid_md5.h defines SQUID_MD5_DIGEST_LENGTH so use
that
include file rather than redefining it.
Modified: playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
(original)
+++ playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c Tue Jul
7
23:40:59 2009
@@ -36,6 +36,7 @@
#include <dirent.h>
#include "include/util.h"
+#include "include/squid_md5.h"
#include "libcore/kb.h"
#include "libcore/varargs.h"
@@ -43,8 +44,6 @@
#include "libcore/tools.h"
#include "libsqdebug/debug.h"
-
-#define SQUID_MD5_DIGEST_LENGTH 16
#include "libsqstore/store_mgr.h"
#include "libsqstore/store_meta.h"
Modified: playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c
(original)
+++ playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_log.c Tue Jul
7
23:40:59 2009
@@ -25,6 +25,7 @@
#include <dirent.h>
#include "include/util.h"
+#include "include/squid_md5.h"
#include "libcore/kb.h"
#include "libcore/varargs.h"
@@ -34,8 +35,6 @@
#include "libsqdebug/debug.h"
#include "libsqtlv/tlv.h"
-
-#define SQUID_MD5_DIGEST_LENGTH 16
#include "libsqstore/store_mgr.h"
#include "libsqstore/store_log.h"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---