Fixed more Solaris compile bugs.

svn path=/trunk/boinc/; revision=94
This commit is contained in:
Eric Heien 2002-06-06 22:49:07 +00:00
parent f7f80d9900
commit 058a78a0ed
4 changed files with 5 additions and 2 deletions

View File

@ -49,13 +49,13 @@ TEST_NET_XFER_OBJS = \
http.o \
log_flags.o \
../lib/parse.o \
net_xfer.o
net_xfer.o \
util.o
TEST_HTTP_OBJS = $(TEST_NET_XFER_OBJS)
TEST_FX_OBJS = \
$(TEST_HTTP_OBJS) \
util.o \
file_xfer.o
.C.o:

View File

@ -22,6 +22,7 @@
#include "http.h"
#include "file_xfer.h"
#include "util.h"
#define DOWNLOAD_URL "http://localhost.localdomain/download/input"
#define UPLOAD_URL "http://localhost.localdomain/upload/test_out.html"

View File

@ -22,6 +22,7 @@
#include "http.h"
#include "net_xfer.h"
#include "util.h"
int main() {
NET_XFER_SET nxs;

View File

@ -22,6 +22,7 @@
#include "http.h"
#include "net_xfer.h"
#include "util.h"
#define UNCONNECTED 0
#define WRITE_WAIT 1