Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
udp: fix typo
  • Loading branch information
perexg committed Mar 13, 2015
1 parent 19e1ae1 commit 2d703fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udp.c
Expand Up @@ -651,7 +651,7 @@ int sendmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen,
return syscall(__NR_sendmmsg, sockfd, msgvec, vlen, flags);
}

#define CONFIG_RECVMMSG
#define CONFIG_SENDMMSG

#endif
#endif
Expand Down

0 comments on commit 2d703fb

Please sign in to comment.