From e35a3e11e2346ba5aaaf02e517598299f8c3d5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20=C3=89LIE?= Date: Fri, 26 Jan 2024 22:07:26 +0100 Subject: [PATCH] Comment fixes (no longer necessary) --- Makefile.global.in | 3 +-- storage/timecaf/caf.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.global.in b/Makefile.global.in index 889af8e5f..f31fec4ca 100644 --- a/Makefile.global.in +++ b/Makefile.global.in @@ -30,8 +30,7 @@ abs_builddir = @abs_builddir@ ## Basic compiler settings. COPT is the variable to override on the make ## command line to change the optimization or add warning flags (such as -## -Wall). LFS_* is for large file support. All of INN is built with the -## large file support flags if provided. +## -Wall). All of INN is built with the large file support flags if provided. CC = @CC@ COPT = @CFLAGS@ diff --git a/storage/timecaf/caf.c b/storage/timecaf/caf.c index 7b61f1d6a..d38f94eba 100644 --- a/storage/timecaf/caf.c +++ b/storage/timecaf/caf.c @@ -21,8 +21,7 @@ /* following code lifted from inndf.c */ #ifdef HAVE_STATVFS -# include /* specific includes */ -/* XXX is there a 'fstatvfs'? I don't have such a system to check--rmtodd*/ +# include /* specific includes */ # define STATFUNCT fstatvfs /* function call */ # define STATSTRUC statvfs /* structure name */ # define STATAVAIL f_bavail /* blocks available */