]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix build failure on aix pursuant to review - 'inline' is GCC only.
authorDavid Hankins <dhankins@isc.org>
Thu, 8 Jun 2006 23:51:37 +0000 (23:51 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 8 Jun 2006 23:51:37 +0000 (23:51 +0000)
[ISC-Bugs #16155]

omapip/hash.c

index 4c74679cf43f6c8d8886d4e769f21b71b9f2da4d..2d780ccfb75ac229d613f867b375e37b3e077915 100644 (file)
 
 #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 <omapip/omapip_p.h>
 #include <ctype.h>
 
-static inline unsigned
+static INLINE unsigned
 find_length(const void *key,
            unsigned (*do_hash)(const void *, unsigned, unsigned))
 {