X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5b56cc19fbd5ed6626a091aa9c5af7fa371dc73a..af642a61b369ae6e488d674e17aa5242ae9d34d1:/util.c 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) {