From c919a5c67f7747b0e7829a0c4949c301d961465d Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 10 Oct 2005 17:37:43 +0000 Subject: fix a few warnings, keep the crypt stuff for later. okay otto@ --- lib/libc/stdlib/hcreate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/hcreate.c') diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index e9b5ceed113..f8df1bcd7c9 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/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 /* -- cgit v1.2.3-59-g8ed1b