google-code-export / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

Missing include varargs.h in store_file_ufs.c #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Making all in libsqstore
make[1]: Entering directory `/usr/src/lusca/LUSCA_HEAD/libsqstore'
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -I/usr/kerberos/include     -m64
-Wall -g -O2 -D_REENTRANT -c store_log.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include   -I/usr/kerberos/include     -m64
-Wall -g -O2 -D_REENTRANT -c store_file_ufs.c
In file included from store_file_ufs.c:10:
../libcore/tools.h:33: error: expected declaration specifiers or â...â
before âva_listâ
make[1]: *** [store_file_ufs.o] Error 1
make[1]: Leaving directory `/usr/src/lusca/LUSCA_HEAD/libsqstore'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by ajcor...@gmail.com on 28 Apr 2009 at 4:04

GoogleCodeExporter commented 9 years ago
patched

Index: libsqstore/store_file_ufs.c
===================================================================
--- libsqstore/store_file_ufs.c (revision 13993)
+++ libsqstore/store_file_ufs.c (working copy)
@@ -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 */

Original comment by ajcor...@gmail.com on 28 Apr 2009 at 4:04

GoogleCodeExporter commented 9 years ago
Committed revision 13994.

Original comment by ajcor...@gmail.com on 28 Apr 2009 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by ajcor...@gmail.com on 28 Apr 2009 at 5:12