Remove some bogus malloc family declarations.

This commit is contained in:
Jordan K. Hubbard 1997-07-13 23:45:34 +00:00
parent 0166ec8fe9
commit 18f72dfed8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27382

View File

@ -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