aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtrace/libtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtrace/libtrace.c')
-rw-r--r--src/libtrace/libtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c
index 12a8c7f4a..b763213f6 100644
--- a/src/libtrace/libtrace.c
+++ b/src/libtrace/libtrace.c
@@ -511,7 +511,7 @@ int bind(int sockfd, const struct sockaddr *addr, socklen_t addrlen) {
511 return rv; 511 return rv;
512} 512}
513 513
514#if 0 //todo: fix compilation problems 514#if 0
515typedef int (*orig_accept_t)(int sockfd, const struct sockaddr *addr, socklen_t addrlen); 515typedef int (*orig_accept_t)(int sockfd, const struct sockaddr *addr, socklen_t addrlen);
516static orig_accept_t orig_accept = NULL; 516static orig_accept_t orig_accept = NULL;
517int accept(int sockfd, struct sockaddr *addr, socklen_t addrlen) { 517int accept(int sockfd, struct sockaddr *addr, socklen_t addrlen) {