From f8bc69d9b53ac23af78ba9c0be5fa666c91e347f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 12 May 1999 17:59:44 +0000 Subject: [PATCH] (XauWriteAuth): junk declaration of malloc git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6218 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/writeauth.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/appl/kx/writeauth.c b/appl/kx/writeauth.c index ffafcc901..d142278c9 100644 --- a/appl/kx/writeauth.c +++ b/appl/kx/writeauth.c @@ -59,8 +59,6 @@ write_counted_string (unsigned short count, char *string, FILE *file) int XauWriteAuth (FILE *auth_file, Xauth *auth) { - char *malloc (); - if (write_short (auth->family, auth_file) == 0) return 0; if (write_counted_string (auth->address_length, auth->address, auth_file) == 0)