From 9714dad3092affbe85c1b09b15ac0f002fc6a910 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 10 May 2014 21:25:26 -0400 Subject: [PATCH] Removed outdated SOC comment. --- libctru/source/SOC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/source/SOC.c b/libctru/source/SOC.c index 2d9865e..3cc884f 100644 --- a/libctru/source/SOC.c +++ b/libctru/source/SOC.c @@ -568,7 +568,7 @@ int socuipc_cmda(int sockfd, const void *buf, int len, int flags, const struct s return ret; } -int recvfrom(int sockfd, void *buf, int len, int flags, struct sockaddr *src_addr, int *addrlen)//UDP is not supported for these since the input/output sockaddr is not used. +int recvfrom(int sockfd, void *buf, int len, int flags, struct sockaddr *src_addr, int *addrlen) { if(len<0x2000)return socuipc_cmd8(sockfd, buf, len, flags, src_addr, addrlen); return socuipc_cmd7(sockfd, buf, len, flags, src_addr, addrlen);