]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(main): Use bool for booleans.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 15:31:02 +0000 (15:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 15:31:02 +0000 (15:31 +0000)
commit99f4d500fdd101726e3344ca898011cab6ad5852
treebab27216cd2a03ccf0ed54226a5e7fb4f66150ee
parentf2de0ef76255fcbc4eb988f4f6e1eef3cdd4049b
(main): Use bool for booleans.
Do not assume that the environ has at most one matching entry
for each option (integer overflow was possible otherwise).
src/printenv.c