Files
sudo/lib/util
Todd C. Miller caf5d45e0f Previously, debug_return_bool was the same as debug_return_int
except that it logged true/false for 1/0.  However, this appears
to trigger a bug in some compilers.  To avoid this, debug_return_bool
now uses bool, not int.  Callers that were passing it an int have
been converted to use debug_return_int instead.
2015-05-07 10:33:23 -06:00
..
2014-07-22 14:25:16 -06:00
2015-01-14 10:55:42 -07:00
2015-01-14 10:55:42 -07:00
2014-07-22 14:25:16 -06:00
2014-07-22 14:25:16 -06:00
2014-07-22 14:25:16 -06:00
2015-02-23 06:32:43 -07:00
2014-07-22 14:25:16 -06:00
2014-07-22 14:25:16 -06:00
2014-06-26 15:51:02 -06:00
2015-03-02 14:43:38 -07:00
2015-03-02 14:43:38 -07:00
2014-07-22 14:25:16 -06:00
2014-07-22 14:25:16 -06:00
2014-07-22 14:25:16 -06:00
2015-03-10 11:09:25 -06:00