repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
fileblocks
blob
2deff815ee179cf9b55e1860dca898ace5342ffe
1
Description:
2
Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
3
4
Files:
5
lib/fileblocks.c
6
m4/fileblocks.m4
7
8
Depends-on:
9
10
configure.ac:
11
gl_FILEBLOCKS
12
if test $ac_cv_member_struct_stat_st_blocks = no; then
13
AC_LIBOBJ([fileblocks])
14
gl_PREREQ_FILEBLOCKS
15
fi
16
17
Makefile.am:
18
19
Include:
20
21
License:
22
GPL
23
24
Maintainer:
25
Jim Meyering
26