udp: fix typo

This commit is contained in:
Jaroslav Kysela 2015-03-13 10:38:37 +01:00
parent 19e1ae1451
commit 2d703fbe42

View file

@ -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