WITH_SENDFILE #ifdef merged from SAMBA_2_2
authorGerald Carter <jerry@samba.org>
Thu, 2 Jan 2003 18:20:42 +0000 (18:20 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 2 Jan 2003 18:20:42 +0000 (18:20 +0000)
(This used to be commit 5023aec5ada4a0d84878440ed67411b6a6b97ca2)

source3/utils/status.c

index c84f8c267ac5d409b3b17eb78b49a9ca9d7249af..094dc0ff1c7f7d1fded2eaf96f058d789873f2b5 100644 (file)
@@ -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);