From ef4a6ae7c51ddb646a1016bb4e4b004c52b12c28 Mon Sep 17 00:00:00 2001 From: Lubomir Sedlacik Date: Mon, 12 Jul 2004 21:38:59 +0000 Subject: [PATCH] extern inline -> static inline Fixes build with SunPro C compiler. Pointer from coffee, suggested by pekka. --- apps/silcd/route.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/silcd/route.h b/apps/silcd/route.h index adc45d2c..0e78e739 100644 --- a/apps/silcd/route.h +++ b/apps/silcd/route.h @@ -54,7 +54,7 @@ extern SilcServerRouteTable silc_route_cache[SILC_SERVER_ROUTE_SIZE]; /* Returns route cache hash table entry index. This is IPv4 specific. `port' argument may be zero (0) if it doesn't exist. This has been taken from Linux kernel's route cache code. */ -extern inline +static inline SilcUInt32 silc_server_route_hash(unsigned int addr, SilcUInt16 port) { -- 2.43.0