]> mj.ucw.cz Git - libucw.git/commit
Use int instead of pid_t. At the first glance, this looks like a step backward,
authorMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 11:21:36 +0000 (11:21 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 11:21:36 +0000 (11:21 +0000)
commitf0af1e57a8e73e6fd11de092f44ed157c190f010
tree753bb820ff75f2250d92bdcdbec5a2a85c7037c5
parentb9dcabfafb779bc9c7a6104869c110c78f312c2d
Use int instead of pid_t. At the first glance, this looks like a step backward,
but since we use the variable for printing with a "%d" format-string anyway
and there is no way how to get the right format string for pid_t, it's better
this way.
lib/log.c