From: David Hankins Date: Thu, 8 Jun 2006 23:51:37 +0000 (+0000) Subject: Fix build failure on aix pursuant to review - 'inline' is GCC only. X-Git-Tag: DHCPv6_parsing_base~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ada0f83a8282a93323f7bcfd8a1ce8d2484b1fde;p=thirdparty%2Fdhcp.git Fix build failure on aix pursuant to review - 'inline' is GCC only. [ISC-Bugs #16155] --- diff --git a/omapip/hash.c b/omapip/hash.c index 4c74679cf..2d780ccfb 100644 --- a/omapip/hash.c +++ b/omapip/hash.c @@ -34,13 +34,13 @@ #ifndef lint 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 */ #include #include -static inline unsigned +static INLINE unsigned find_length(const void *key, unsigned (*do_hash)(const void *, unsigned, unsigned)) {