Skip to content

Commit

Permalink
Remove definition of malloc and realloc. Instead include stdlib.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdimp committed Sep 11, 1998
1 parent aa1b326 commit 530c496
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/libcom_err/init_et.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* $Header: init_et.c,v 1.5 88/10/27 08:34:54 raeburn Exp $
* $Source: /mit/raeburn/Work/et/src/RCS/init_et.c,v $
* $Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
* $Source: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v $
* $Locker: $
*
* Copyright 1986, 1987, 1988 by MIT Information Systems and
Expand All @@ -10,6 +10,7 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include "error_table.h"
#include "mit-sipb-copyright.h"

Expand All @@ -19,11 +20,9 @@

#ifndef lint
static const char rcsid_init_et_c[] =
"$Header: init_et.c,v 1.5 88/10/27 08:34:54 raeburn Exp $";
"$Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $";
#endif

extern char *malloc(), *realloc();

struct foobar {
struct et_list etl;
struct error_table et;
Expand Down

0 comments on commit 530c496

Please sign in to comment.