--- fs-uae-3.1.66.orig/src/slirp/sbuf.h	So. Dez. 19 04:24:39 2021
+++ fs-uae-3.1.66/src/slirp/sbuf.h	Di. Juni 14 08:30:15 2022
@@ -21,11 +21,11 @@
 	char	*sb_data;	/* Actual data */
 };
 
-void sbfree _P((struct sbuf *));
-void sbdrop _P((struct sbuf *, int));
-void sbreserve _P((struct sbuf *, int));
-void sbappend _P((struct socket *, struct mbuf *));
-void sbappendsb _P((struct sbuf *, struct mbuf *));
-void sbcopy _P((struct sbuf *, int, int, char *));
+void sbfree (struct sbuf *);
+void sbdrop (struct sbuf *, int);
+void sbreserve (struct sbuf *, int);
+void sbappend (struct socket *, struct mbuf *);
+void sbappendsb (struct sbuf *, struct mbuf *);
+void sbcopy (struct sbuf *, int, int, char *);
 
 #endif