Hide ut assignment in utmp.c (patch-aj), it doesn't exist at least in the code path DragonFly is taking.
13 lines
303 B
Text
13 lines
303 B
Text
$NetBSD: patch-an,v 1.1 2006/05/09 19:24:24 joerg Exp $
|
|
|
|
--- base/libmisc/xmalloc.c.orig 2006-05-09 18:10:57.000000000 +0000
|
|
+++ base/libmisc/xmalloc.c
|
|
@@ -16,8 +16,6 @@ RCSID("$Id: xmalloc.c,v 1.1.1.1 1996/08/
|
|
|
|
#include "defines.h"
|
|
|
|
-extern char *malloc();
|
|
-
|
|
char *
|
|
xmalloc(size)
|
|
unsigned size;
|