summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbsize.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-3/+1
|
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
| | | | | | | | | to this commit, "env BLOCKSIZE=4X df" prints not only "4X: unknown blocksize" as expected, but sometimes also "maximum blocksize is 1G" and "minimum blocksize is 512" depending on what happened to be on the stack. Found by: LLVM/Clang Static Checker
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Back out the s/int */size_t */ commit.obrien2002-12-301-1/+1
| | | | | It makes a difference on 64-bit arches, and no one really wants a 2^64 block size [yet].
* Make the first argument of getbsize a size_t* instead of an int*, as this is ↵markm2002-10-231-2/+3
| | | | what the quantity actually is. Fix an easy const while I'm here.
* Fix the style of the SCM ID's.obrien2002-03-221-2/+4
| | | | I believe have made all of libc .c's as consistent as possible.
* Fixed printf format errors.bde1998-08-021-1/+1
|
* Fixed printf format errors.bde1998-06-301-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+106
OpenPOWER on IntegriCloud