]> git.ipfire.org Git - thirdparty/util-linux.git/commit
chrt: data type compiler warning fixed
authorSami Kerola <kerolasa@iki.fi>
Sun, 17 Jul 2011 17:51:46 +0000 (19:51 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Jul 2011 13:52:25 +0000 (15:52 +0200)
commit90b7d261b9acaaacc0266f9b9ea1ffb934c4da4e
treebbc87de1cc42aa69529b1bf89deccbd6f3be3886
parent06c0375ce37cd78cd6e589fbc343a6e1cb240d26
chrt: data type compiler warning fixed

chrt.c:158:16: warning: comparison of integers of different
signs: 'int' and 'unsigned long' [-Wsign-compare]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
schedutils/chrt.c