]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix shadowed definition of socket in librfcnb headers
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 Feb 2013 06:27:46 +0000 (23:27 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 Feb 2013 06:27:46 +0000 (23:27 -0700)
Detected by MacOS X build node.

lib/rfcnb/rfcnb-util.h

index 1fe1a4a8f132cd4e2e092d580f269a91c96d6d96..adf9ffa8e681e77aff1c4a3a112161143f4a6377 100644 (file)
@@ -35,7 +35,7 @@ void RFCNB_Print_Pkt(FILE * fd, char *dirn, struct RFCNB_Pkt *pkt, int len);
 
 int RFCNB_Name_To_IP(char *host, struct in_addr *Dest_IP);
 
-int RFCNB_Close(int socket);
+int RFCNB_Close(int fd);
 
 int RFCNB_IP_Connect(struct in_addr Dest_IP, int port);