(XauWriteAuth): junk declaration of malloc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6218 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,8 +59,6 @@ write_counted_string (unsigned short count, char *string, FILE *file)
|
|||||||
int
|
int
|
||||||
XauWriteAuth (FILE *auth_file, Xauth *auth)
|
XauWriteAuth (FILE *auth_file, Xauth *auth)
|
||||||
{
|
{
|
||||||
char *malloc ();
|
|
||||||
|
|
||||||
if (write_short (auth->family, auth_file) == 0)
|
if (write_short (auth->family, auth_file) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
if (write_counted_string (auth->address_length, auth->address, auth_file) == 0)
|
if (write_counted_string (auth->address_length, auth->address, auth_file) == 0)
|
||||||
|
Reference in New Issue
Block a user