diff options
Diffstat (limited to 'chat/silc-server/patches/patch-af')
-rw-r--r-- | chat/silc-server/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/silc-server/patches/patch-af b/chat/silc-server/patches/patch-af new file mode 100644 index 00000000000..665fb4330db --- /dev/null +++ b/chat/silc-server/patches/patch-af @@ -0,0 +1,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) + { |