]> git.tuebingen.mpg.de Git - paraslash.git/commit
command.c: cast members of struct timeval to long unsigned
authorAndre <maan@p133.(none)>
Thu, 20 Apr 2006 17:56:39 +0000 (19:56 +0200)
committerAndre <maan@p133.(none)>
Thu, 20 Apr 2006 17:56:39 +0000 (19:56 +0200)
commit5d506faba5e49d3fc7eecb5b7d80b515241871d4
treecf7d944b604e4bf1750a6abfed0d68e7483eb32f
parentc67acc99267cc3c495cbb8762d16c5614e7d6a11
command.c: cast members of struct timeval to long unsigned

This should fix

command.c:441: warning: format '%lu' expects type 'long unsigned int', but argument 31 has type 'suseconds_t'

on MacOs.
command.c