commit b08ae27480f3a4509c489673997dc113d9f2ef9a Author: Dimitry Andric Date: Mon Sep 13 10:15:15 2021 +0200 irc/unreal: fix inline which should be static diff --git a/irc/unreal/files/patch-src_parse.c b/irc/unreal/files/patch-src_parse.c new file mode 100644 index 000000000000..a71a5f67e229 --- /dev/null +++ b/irc/unreal/files/patch-src_parse.c @@ -0,0 +1,11 @@ +--- src/parse.c.orig 2016-09-03 19:34:06 UTC ++++ src/parse.c +@@ -156,7 +156,7 @@ void ban_flooder(aClient *cptr) + /* + * This routine adds fake lag if needed. + */ +-inline void parse_addlag(aClient *cptr, int cmdbytes) ++static inline void parse_addlag(aClient *cptr, int cmdbytes) + { + if (!IsServer(cptr) && !IsNoFakeLag(cptr) && + #ifdef FAKELAG_CONFIGURABLE