From 343495e2786f8457742aac10c6584723e2f4f24a Mon Sep 17 00:00:00 2001 From: espie <> Date: Mon, 10 Oct 2005 17:37:44 +0000 Subject: [PATCH] fix a few warnings, keep the crypt stuff for later. okay otto@ --- src/lib/libc/stdlib/hcreate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/hcreate.c b/src/lib/libc/stdlib/hcreate.c index e9b5ceed..f8df1bcd 100644 --- a/src/lib/libc/stdlib/hcreate.c +++ b/src/lib/libc/stdlib/hcreate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: hcreate.c,v 1.3 2005/10/10 17:37:44 espie Exp $ */ /* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ /* @@ -57,7 +57,7 @@ #include #ifndef _DIAGASSERT -#define _DIAGASSERT +#define _DIAGASSERT(x) #endif /*