1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r19102: fix typo, thanks derrell!

metze
(This used to be commit 0a516c3026)
This commit is contained in:
Stefan Metzmacher 2006-10-05 13:10:32 +00:00 committed by Gerald (Jerry) Carter
parent 0a32e31cbe
commit b25c065786

View File

@ -174,7 +174,7 @@ ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct
}
/*******************************************************************
A write wrapper that will deal with EINTR.
A recv wrapper that will deal with EINTR.
********************************************************************/
ssize_t sys_recv(int fd, void *buf, size_t count, int flags)