summaryrefslogtreecommitdiff
path: root/chat/silc-server/patches/patch-af
blob: 665fb4330db6b7b154083b3fd7b425fbaa111b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2004/07/12 21:40:02 salo Exp $

--- silcd/route.h.orig	Mon Mar  3 17:56:04 2003
+++ silcd/route.h	Mon Jul 12 23:27:35 2004
@@ -54,7 +54,7 @@
 /* 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)
 {