diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-02 18:20:01 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-02 18:20:01 +0000 |
commit | aef9af7874aab8289a8cb577a2513038c00dd6f5 (patch) | |
tree | 2e8e397a0688c400eaf04f3ee1ebd3b3549a3129 /source | |
parent | 69dbad2d5de1795860cfffc5243a4e22fd8f3fcb (diff) | |
download | samba-aef9af7874aab8289a8cb577a2513038c00dd6f5.tar.gz samba-aef9af7874aab8289a8cb577a2513038c00dd6f5.tar.xz samba-aef9af7874aab8289a8cb577a2513038c00dd6f5.zip |
WITH_SENDFILE #ifdef merged from SAMBA_2_2
Diffstat (limited to 'source')
-rw-r--r-- | source/utils/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/status.c b/source/utils/status.c index c84f8c267ac..094dc0ff1c7 100644 --- a/source/utils/status.c +++ b/source/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); |