pkgsrc/security/srp_client/patches/patch-an
joerg 58f24cc16e Fix errno. Force USE_TERMIO on DragonFly.
Hide ut assignment in utmp.c (patch-aj), it doesn't exist at least in the
code path DragonFly is taking.
2006-05-09 19:24:24 +00:00

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;