summaryrefslogtreecommitdiff
path: root/debug/recv_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/recv_chk.c')
-rw-r--r--debug/recv_chk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/recv_chk.c b/debug/recv_chk.c
index 7a49d17234..f83bd3ed2f 100644
--- a/debug/recv_chk.c
+++ b/debug/recv_chk.c
@@ -19,7 +19,7 @@
#include <sys/param.h>
#include <sys/socket.h>
-
+#if 0
ssize_t
__recv_chk (int fd, void *buf, size_t n, size_t buflen, int flags)
{
@@ -31,3 +31,4 @@ __recv_chk (int fd, void *buf, size_t n, size_t buflen, int flags)
__chk_fail ();
return nrecv;
}
+#endif