X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..e2fac8b15b12a7979f72090454d850e612fc5b13:/bsd/netat/ddp_sip.c diff --git a/bsd/netat/ddp_sip.c b/bsd/netat/ddp_sip.c index 27a9e695d..cc4b47495 100644 --- a/bsd/netat/ddp_sip.c +++ b/bsd/netat/ddp_sip.c @@ -72,12 +72,12 @@ #include +#include /* nbp.h needs the gbuf definiton */ #include #include -#include /* nbp.h needs the gbuf definiton */ -#include #include #include +#include #include #define SIP_SYSINFO_CMD 1 @@ -95,9 +95,9 @@ typedef struct { u_short responder_version; } sip_userbytes_t; -void sip_input(mp, ifID) - gbuf_t *mp; - int *ifID; /* not used */ +void sip_input( + gbuf_t *mp, + __unused at_ifaddr_t *ifID) { /* Packets arriving here are actually ATP packets, but since * A/UX only send dummy responses, we're implementing responder as @@ -184,4 +184,3 @@ void sip_input(mp, ifID) (void)ddp_output(&mp, DDP_SOCKET_1st_DYNAMIC, FALSE); return; } /* sip_input */ -