Skip to content

Commit

Permalink
Comment fixes (no longer necessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Elie committed Jan 26, 2024
1 parent f35d849 commit e35a3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile.global.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down
3 changes: 1 addition & 2 deletions storage/timecaf/caf.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
/* following code lifted from inndf.c */

#ifdef HAVE_STATVFS
# include <sys/statvfs.h> /* specific includes */
/* XXX is there a 'fstatvfs'? I don't have such a system to check--rmtodd*/
# include <sys/statvfs.h> /* specific includes */
# define STATFUNCT fstatvfs /* function call */
# define STATSTRUC statvfs /* structure name */
# define STATAVAIL f_bavail /* blocks available */
Expand Down

0 comments on commit e35a3e1

Please sign in to comment.