summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2000-11-09 09:45:19 +0000
committerMartin Pool <mbp@samba.org>2000-11-09 09:45:19 +0000
commit1960e2280cbc8ccc289078385adcab26ccb8f4dc (patch)
tree0ffb16d0c66227e19e7968cc9fe66daedf4bc0d8
parent7c1b4daa6fb236e82eda5ff6595b8e3f1b257f1b (diff)
downloadrsync-1960e2280cbc8ccc289078385adcab26ccb8f4dc.tar.gz
Drop dead variable.
-rw-r--r--util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util.c b/util.c
index 1752faeb..48935cc4 100644
--- a/util.c
+++ b/util.c
@@ -1,6 +1,7 @@
-/*
- Copyright (C) Andrew Tridgell 1996
- Copyright (C) Paul Mackerras 1996
+/* -*- c-file-style: "linux" -*-
+
+ Copyright (C) 1996-2000 by Andrew Tridgell
+ Copyright (C) Paul Mackerras 1996
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -963,7 +964,6 @@ void msleep(int t)
*******************************************************************/
int cmp_modtime(time_t file1, time_t file2)
{
- time_t diff;
extern int modify_window;
if (file2 > file1) {