From: yellows8 Date: Sun, 11 May 2014 01:25:26 +0000 (-0400) Subject: Removed outdated SOC comment. X-Git-Tag: v0.2.0~150^2~9 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=9714dad3092affbe85c1b09b15ac0f002fc6a910;p=corbenik%2Fctrulib.git Removed outdated SOC comment. --- 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);