summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-07-13 21:29:17 +0000
committerasami <asami@FreeBSD.org>1997-07-13 21:29:17 +0000
commit941ff0acbb694807871ddedefcb3529f85e75be4 (patch)
treed4f93f54f7076e81125055ca7680fc3a6048f8c0 /eBones
parent20aa44a88c44b7751264aef992af5266782abeb6 (diff)
downloadFreeBSD-src-941ff0acbb694807871ddedefcb3529f85e75be4.zip
FreeBSD-src-941ff0acbb694807871ddedefcb3529f85e75be4.tar.gz
Remove bogus ("char *") malloc(), calloc() and realloc().
Found by: jkh and the new world patch
Diffstat (limited to 'eBones')
-rw-r--r--eBones/lib/libkrb/send_to_kdc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/eBones/lib/libkrb/send_to_kdc.c b/eBones/lib/libkrb/send_to_kdc.c
index 7f23a45..c1c94cf 100644
--- a/eBones/lib/libkrb/send_to_kdc.c
+++ b/eBones/lib/libkrb/send_to_kdc.c
@@ -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,
OpenPOWER on IntegriCloud