[w3m-dev 03276] compile error on EWS4800
* file.c (extract_auth_val): fix warnings * w3mimg/w3mimg.c: include <stdlib.h> From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-07-19 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 03276] compile error on EWS4800
|
||||||
|
* file.c (extract_auth_val): fix warnings
|
||||||
|
* w3mimg/w3mimg.c: include <stdlib.h>
|
||||||
|
|
||||||
2002-07-18 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2002-07-18 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||||
|
|
||||||
* [w3m-dev 03275] fix of multipart.cgi
|
* [w3m-dev 03275] fix of multipart.cgi
|
||||||
@@ -3616,4 +3622,4 @@
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.409 2002/07/18 13:12:07 ukai Exp $
|
$Id: ChangeLog,v 1.410 2002/07/19 03:24:28 ukai Exp $
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: file.c,v 1.93 2002/06/24 13:32:11 ukai Exp $ */
|
/* $Id: file.c,v 1.94 2002/07/19 03:24:28 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
@@ -981,7 +981,7 @@ extract_auth_val(char **q)
|
|||||||
if (*qq == ',')
|
if (*qq == ',')
|
||||||
qq++;
|
qq++;
|
||||||
}
|
}
|
||||||
*q = qq;
|
*q = (char *)qq;
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
/* $Id: w3mimg.c,v 1.2 2002/07/18 15:14:36 ukai Exp $ */
|
/* $Id: w3mimg.c,v 1.3 2002/07/19 03:24:28 ukai Exp $ */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include "w3mimg/w3mimg.h"
|
#include "w3mimg/w3mimg.h"
|
||||||
|
|
||||||
w3mimg_op *
|
w3mimg_op *
|
||||||
|
|||||||
Reference in New Issue
Block a user