Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47455 | Differences between
and this patch

Collapse All | Expand All

(-)libmisc/old/xmalloc.c (-1 / +1 lines)
Lines 13-19 Link Here
13
RCSID ("$Id: xmalloc.c,v 1.4 2003/04/22 10:59:22 kloczek Exp $")
13
RCSID ("$Id: xmalloc.c,v 1.4 2003/04/22 10:59:22 kloczek Exp $")
14
#include <stdio.h>
14
#include <stdio.h>
15
#include "defines.h"
15
#include "defines.h"
16
extern char *malloc ();
16
extern void *malloc (size_t size);
17
17
18
char *xmalloc (size_t size)
18
char *xmalloc (size_t size)
19
{
19
{

Return to bug 47455