Revision: 14467
Author: adrian.chadd
Date: Sat Mar 20 03:05:52 2010
Log: More Issue #94 work - libcore/tools.h requires libcore/varargs.h first.


http://code.google.com/p/lusca-cache/source/detail?r=14467

Modified:
 /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c
 /branches/LUSCA_HEAD/app/coss_rebuild/coss_rebuild.c
 /branches/LUSCA_HEAD/include/config.h
 /branches/LUSCA_HEAD/libstmem/stmem.c

=======================================
--- /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Sat Aug 1 23:20:03 2009 +++ /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Sat Mar 20 03:05:52 2010
@@ -8,9 +8,9 @@

 #include "include/squid_md5.h"
 #include "include/util.h"
+#include "libcore/varargs.h"
 #include "libcore/tools.h"
 #include "libcore/kb.h"
-#include "libcore/varargs.h"
 #include "libsqdebug/debug.h"
 #include "libsqtlv/tlv.h"
 #include "libsqstore/store_mgr.h"
=======================================
--- /branches/LUSCA_HEAD/app/coss_rebuild/coss_rebuild.c Wed Jul 22 07:37:20 2009 +++ /branches/LUSCA_HEAD/app/coss_rebuild/coss_rebuild.c Sat Mar 20 03:05:52 2010
@@ -5,6 +5,7 @@
 #include <unistd.h>
 #include <string.h>

+#include "../libcore/varargs.h"
 #include "libcore/tools.h"
 #include "libsqdebug/debug.h"

=======================================
--- /branches/LUSCA_HEAD/include/config.h       Fri Sep  8 12:41:25 2006
+++ /branches/LUSCA_HEAD/include/config.h       Sat Mar 20 03:05:52 2010
@@ -117,6 +117,8 @@
 #elif defined(__CYGWIN32__)  || defined(__CYGWIN__)
 #define _SQUID_CYGWIN_
 #define _SQUID_WIN32_
+#include <io.h>          /* for setmode() */
+#include <sys/fcntl.h>

#elif defined(WIN32) || defined(WINNT) || defined(__WIN32__) || defined(__WIN32)
 #define _SQUID_MSWIN_
=======================================
--- /branches/LUSCA_HEAD/libstmem/stmem.c       Wed Nov 11 20:18:36 2009
+++ /branches/LUSCA_HEAD/libstmem/stmem.c       Sat Mar 20 03:05:52 2010
@@ -61,6 +61,7 @@

 #include "../libcore/kb.h"
 #include "../libcore/gb.h"
+#include "../libcore/varargs.h"
 #include "../libcore/tools.h"

 #include "../libmem/MemPool.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.

Reply via email to