--- slirp-1.0.17.old/src/if.p +++ slirp-1.0.17/src/if.p @@ -1,6 +1,6 @@ void ifs_insque _P((struct mbuf *, struct mbuf *)); void ifs_remque _P((struct mbuf *)); void if_init _P((void)); -inline int writen _P((int, char *, int)); +int writen _P((int, char *, int)); void if_input _P((struct ttys *)); void if_output _P((struct socket *, struct mbuf *)); --- slirp-1.0.17.old/src/misc.p +++ slirp-1.0.17/src/misc.p @@ -1,8 +1,8 @@ int show_x _P((char *, struct socket *)); void redir_x _P((u_int32_t, int, int, int)); void getouraddr _P((void)); -inline void slirp_insque _P((void *, void *)); -inline void slirp_remque _P((void *)); +void slirp_insque _P((void *, void *)); +void slirp_remque _P((void *)); int add_exec _P((struct ex_list **, int, char *, int, int)); int openpty _P((int *, int *)); int fork_exec _P((struct socket *, char *, int));