From c34dd6ecd3f73052bc8ea017c791ddeff42cbd25 Mon Sep 17 00:00:00 2001 From: asvitkine <> Date: Sat, 21 Apr 2012 16:51:23 +0000 Subject: [PATCH] Apparently this change allows compilation with clang. Patch by "Madd the Sane" (http://sourceforge.net/users/madd_the_sane) --- BasiliskII/src/slirp/slirp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/slirp/slirp.h b/BasiliskII/src/slirp/slirp.h index 04548cea..8c6803a8 100644 --- a/BasiliskII/src/slirp/slirp.h +++ b/BasiliskII/src/slirp/slirp.h @@ -288,8 +288,8 @@ extern int do_echo; # define insque_32 insque # define remque_32 remque #else - inline void insque_32 _P((void *, void *)); - inline void remque_32 _P((void *)); + extern inline void insque_32 _P((void *, void *)); + extern inline void remque_32 _P((void *)); #endif #ifndef _WIN32