summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-10-10 17:37:45 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-10-10 17:37:45 +0000
commitbb2df7254a0fdad7de4707830e579f3a49e75a91 (patch)
tree7c45b836538c3ee4feb55f323e3bd389aa2ba137 /lib/libc/stdlib
parentf160cafd6542803c643c80dda4a634474e9c6b75 (diff)
fix a few warnings, keep the crypt stuff for later.
okay otto@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/hcreate.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/queue.h>
#ifndef _DIAGASSERT
-#define _DIAGASSERT
+#define _DIAGASSERT(x)
#endif
/*