From 57120dce63fdd5f90400e34b3e6617e885427499 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 2 Jan 2003 18:20:42 +0000 Subject: [PATCH] WITH_SENDFILE #ifdef merged from SAMBA_2_2 (This used to be commit 5023aec5ada4a0d84878440ed67411b6a6b97ca2) --- source3/utils/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/status.c b/source3/utils/status.c index c84f8c267ac..094dc0ff1c7 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -173,7 +173,7 @@ static int profile_dump(void) d_printf("write_count: %u\n", profile_p->syscall_write_count); d_printf("write_time: %u\n", profile_p->syscall_write_time); d_printf("write_bytes: %u\n", profile_p->syscall_write_bytes); -#ifdef HAVE_SENDFILE +#ifdef WITH_SENDFILE d_printf("sendfile_count: %u\n", profile_p->syscall_sendfile_count); d_printf("sendfile_time: %u\n", profile_p->syscall_sendfile_time); d_printf("sendfile_bytes: %u\n", profile_p->syscall_sendfile_bytes); -- 2.34.1