debuggers.hg
changeset 4595:4b759824a678
bitkeeper revision 1.1315 (4264225egUELt3bitAUc2HgHeMMr_w)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-2.0-testing.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-2.0-testing.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Mon Apr 18 21:10:54 2005 +0000 (2005-04-18) |
parents | 3b3304b0c738 c35967b5863a |
children | 80011c06c033 |
files | tools/xfrd/xen_domain.c |
line diff
1.1 --- a/tools/xfrd/xen_domain.c Mon Apr 18 21:01:22 2005 +0000 1.2 +++ b/tools/xfrd/xen_domain.c Mon Apr 18 21:10:54 2005 +0000 1.3 @@ -176,7 +176,7 @@ static CURL *curlinit(void){ 1.4 1.5 /** Curl debug function. 1.6 */ 1.7 -int curldebug(CURL *curl, curl_infotype ty, char *buf, size_t buf_n, void *data){ 1.8 +int curldebug(CURL *curl, curl_infotype ty, char *buf, int buf_n, void *data){ 1.9 // printf("%*s\n", buf_n, buf); /* Does not compile correctly on non 32bit platforms */ 1.10 fwrite(data, buf_n, 1, stdout); 1.11 printf("\n");