X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ea1438dad8dafb5c4e55a00c5919fe619fb4f0ef..fcb69e5cdcfdfd0bdcea2127e5f4c9133a2282b9:/tls.c diff --git a/tls.c b/tls.c index 44e290e3..98116871 100644 --- a/tls.c +++ b/tls.c @@ -17,10 +17,9 @@ */ /** - * \section tls + * @file tls.c * - * tls -- Trivial recursive ls, for comparing two directories after - * running an rsync. + * Trivial @c ls for comparing two directories after running an rsync. * * The problem with using the system's own ls is that some features * have little quirks that make directories look different when for @@ -39,7 +38,6 @@ **/ - #include "rsync.h" #define PROGRAM "tls" @@ -62,7 +60,7 @@ static void failed (char const *what, static void list_file (const char *fname) { - struct stat buf; + STRUCT_STAT buf; char permbuf[PERMSTRING_SIZE]; struct tm *mt; char datebuf[50];