From d4caa4ec5035ab2ba3fd1f1d7f32e820e9f11c44 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 28 Jul 2009 18:29:15 +0000 Subject: [PATCH] Pacify the build bot. svn path=/trunk/; revision=29222 --- file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/file.c b/file.c index 5f7840e7d9..24efcaaae0 100644 --- a/file.c +++ b/file.c @@ -115,9 +115,9 @@ static void cf_open_failure_alert_box(const char *filename, int err, static const char *file_rename_error_message(int err); static void cf_write_failure_alert_box(const char *filename, int err); static void cf_close_failure_alert_box(const char *filename, int err); - +#ifdef NEW_PACKET_LIST static void ref_time_packets(capture_file *cf); - +#endif /* Update the progress bar this many times when reading a file. */ #define N_PROGBAR_UPDATES 100 @@ -1900,7 +1900,7 @@ rescan_packets(capture_file *cf, const char *action, const char *action_item, * without rereading the file. * XXX - do we need a progres bar or is this fast enough? */ - +#ifdef NEW_PACKET_LIST static void ref_time_packets(capture_file *cf) { @@ -1968,7 +1968,7 @@ ref_time_packets(capture_file *cf) } } } - +#endif typedef enum { PSP_FINISHED, PSP_STOPPED,