diff options
author | 2005-10-10 17:37:43 +0000 | |
---|---|---|
committer | 2005-10-10 17:37:43 +0000 | |
commit | c919a5c67f7747b0e7829a0c4949c301d961465d (patch) | |
tree | 6c3de2cdcd790312bec76fa75a99c60333503e41 /lib/libc/stdlib/hcreate.c | |
parent | getlogin(2) sets errno; (diff) | |
download | wireguard-openbsd-c919a5c67f7747b0e7829a0c4949c301d961465d.tar.xz wireguard-openbsd-c919a5c67f7747b0e7829a0c4949c301d961465d.zip |
fix a few warnings, keep the crypt stuff for later.
okay otto@
Diffstat (limited to 'lib/libc/stdlib/hcreate.c')
-rw-r--r-- | lib/libc/stdlib/hcreate.c | 4 |
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 /* |