mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove bogus ("char *") malloc(), calloc() and realloc().
Found by: jkh and the new world patch
This commit is contained in:
parent
ffbce11fea
commit
0166ec8fe9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27380
@ -4,7 +4,7 @@
|
||||
* <Copyright.MIT>.
|
||||
*
|
||||
* from: send_to_kdc.c,v 4.20 90/01/02 13:40:37 jtkohl Exp $
|
||||
* $Id$
|
||||
* $Id: send_to_kdc.c,v 1.12 1997/02/22 14:37:36 peter Exp $
|
||||
*/
|
||||
|
||||
#if 0
|
||||
@ -46,8 +46,6 @@ static char rcsid_send_to_kdc_c[] =
|
||||
extern int errno;
|
||||
extern int krb_debug;
|
||||
|
||||
extern char *malloc(), *calloc(), *realloc();
|
||||
|
||||
int krb_udp_port = 0;
|
||||
|
||||
static struct sockaddr_in local_addr = { S_AD_SZ,
|
||||
|
Loading…
Reference in New Issue
Block a user