summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorespie <>2005-10-10 17:37:44 +0000
committerespie <>2005-10-10 17:37:44 +0000
commit532c08f68e843a46a28fff0ae07e92866af2da42 (patch)
tree823ffabffbaded74aaa2b03115391151315c393d /src
parent660ef42354e54870e4a7899f6a870f0330f44196 (diff)
downloadopenbsd-532c08f68e843a46a28fff0ae07e92866af2da42.tar.gz
openbsd-532c08f68e843a46a28fff0ae07e92866af2da42.tar.bz2
openbsd-532c08f68e843a46a28fff0ae07e92866af2da42.zip
fix a few warnings, keep the crypt stuff for later.
okay otto@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/hcreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/hcreate.c b/src/lib/libc/stdlib/hcreate.c
index e9b5ceed11..f8df1bcd7c 100644
--- a/src/lib/libc/stdlib/hcreate.c
+++ b/src/lib/libc/stdlib/hcreate.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ 1/* $OpenBSD: hcreate.c,v 1.3 2005/10/10 17:37:44 espie Exp $ */
2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ 2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
3 3
4/* 4/*
@@ -57,7 +57,7 @@
57#include <sys/queue.h> 57#include <sys/queue.h>
58 58
59#ifndef _DIAGASSERT 59#ifndef _DIAGASSERT
60#define _DIAGASSERT 60#define _DIAGASSERT(x)
61#endif 61#endif
62 62
63/* 63/*