From 685e2884a66c1ba3ae8e3a255ed4839bbf97ec47 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Tue, 25 Oct 2005 07:37:13 +0000 Subject: [PATCH] STABLE14-struct-socket-20051017 rx_prototypes.h needs struct socket now (cherry picked from commit d5a7daef3c6b91782a3779f00b7b9cb9292c352d) --- src/rx/rx_prototypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rx/rx_prototypes.h b/src/rx/rx_prototypes.h index baccb5595..7b377af9e 100644 --- a/src/rx/rx_prototypes.h +++ b/src/rx/rx_prototypes.h @@ -309,6 +309,7 @@ extern afs_int32 rxi_getaddr(void); /* rx_kcommon.c */ +struct socket; extern int (*rxk_PacketArrivalProc) (struct rx_packet * ahandle, struct sockaddr_in * afrom, struct socket *arock, -- 2.39.5