summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-07-13 23:45:34 +0000
committerjkh <jkh@FreeBSD.org>1997-07-13 23:45:34 +0000
commit9ba2a5db74b2ac32478082f8ff0c19b6a328fe2f (patch)
treea4752980239a7434eed0d76b346158e1fac87b94 /eBones
parent941ff0acbb694807871ddedefcb3529f85e75be4 (diff)
downloadFreeBSD-src-9ba2a5db74b2ac32478082f8ff0c19b6a328fe2f.zip
FreeBSD-src-9ba2a5db74b2ac32478082f8ff0c19b6a328fe2f.tar.gz
Remove some bogus malloc family declarations.
Diffstat (limited to 'eBones')
-rw-r--r--eBones/lib/librkinit/rk_rpc.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/eBones/lib/librkinit/rk_rpc.c b/eBones/lib/librkinit/rk_rpc.c
index a5f70f8..1fb5bf7 100644
--- a/eBones/lib/librkinit/rk_rpc.c
+++ b/eBones/lib/librkinit/rk_rpc.c
@@ -1,7 +1,7 @@
/*
- * $Id$
+ * $Id: rk_rpc.c,v 1.4 1997/02/22 14:37:57 peter Exp $
* $Source: /home/ncvs/src/eBones/lib/librkinit/rk_rpc.c,v $
- * $Author: jkh $
+ * $Author: peter $
*
* This file contains functions that are used for network communication.
* See the comment at the top of rk_lib.c for a description of the naming
@@ -9,7 +9,7 @@
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$Id$";
+static char *rcsid = "$Id: rk_rpc.c,v 1.4 1997/02/22 14:37:57 peter Exp $";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
@@ -34,8 +34,6 @@ struct sockaddr_in saddr;
static char errbuf[BUFSIZ];
-char *calloc();
-
#ifdef __STDC__
int rki_send_packet(int sock, char type, u_int32_t length, const char *data)
#else
OpenPOWER on IntegriCloud