mirror of https://github.com/BOINC/boinc.git
Fixed more Solaris compile bugs.
svn path=/trunk/boinc/; revision=94
This commit is contained in:
parent
f7f80d9900
commit
058a78a0ed
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "http.h"
|
||||
#include "net_xfer.h"
|
||||
#include "util.h"
|
||||
|
||||
int main() {
|
||||
NET_XFER_SET nxs;
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "http.h"
|
||||
#include "net_xfer.h"
|
||||
#include "util.h"
|
||||
|
||||
#define UNCONNECTED 0
|
||||
#define WRITE_WAIT 1
|
||||
|
|
Loading…
Reference in New Issue