2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 18:07:25 +00:00

Fix build failure on aix pursuant to review - 'inline' is GCC only.

[ISC-Bugs #16155]
This commit is contained in:
David Hankins 2006-06-08 23:51:37 +00:00
parent 5e86441636
commit ada0f83a82

View File

@ -34,13 +34,13 @@
#ifndef lint #ifndef lint
static char copyright[] = static char copyright[] =
"$Id: hash.c,v 1.9 2006/06/05 16:42:59 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n"; "$Id: hash.c,v 1.10 2006/06/08 23:51:37 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include <omapip/omapip_p.h> #include <omapip/omapip_p.h>
#include <ctype.h> #include <ctype.h>
static inline unsigned static INLINE unsigned
find_length(const void *key, find_length(const void *key,
unsigned (*do_hash)(const void *, unsigned, unsigned)) unsigned (*do_hash)(const void *, unsigned, unsigned))
{ {