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

(-)shadow-4.0.4.1/libmisc/xmalloc.c (-1 / +2 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
/* Removed the following line due to build errors with gcc 3.4 */
17
/* #extern char *malloc (); */
17
18
18
char *xmalloc (size_t size)
19
char *xmalloc (size_t size)
19
{
20
{

Return to bug 47455