diff options
Diffstat (limited to 'news/inn/patches/patch-backends_ninpaths.c')
-rw-r--r-- | news/inn/patches/patch-backends_ninpaths.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/inn/patches/patch-backends_ninpaths.c b/news/inn/patches/patch-backends_ninpaths.c new file mode 100644 index 00000000000..5b270b81268 --- /dev/null +++ b/news/inn/patches/patch-backends_ninpaths.c @@ -0,0 +1,13 @@ +$NetBSD: patch-backends_ninpaths.c,v 1.1 2013/12/11 09:45:14 spz Exp $ + +--- backends/ninpaths.c.orig 2012-06-15 18:25:36.000000000 +0000 ++++ backends/ninpaths.c 2013-12-10 22:08:04.000000000 +0000 +@@ -147,7 +147,7 @@ writedump(FILE *f) + } + fprintf(f, "!!NINP " VERSION " %lu %lu %ld %ld %ld\n", + (unsigned long) starttime, (unsigned long) time(NULL), sites, +- total, (long)(atimes/total)+starttime); ++ total, (long)((atimes/total)+starttime)); + n=j=0; + /* write the S-records (hosts), numbering them in the process */ + for (i=0; i<HASH_TBL; ++i) |