]> granicus.if.org Git - nethack/commit
unixtty lint (trunk only)
authornethack.rankin <nethack.rankin>
Mon, 23 Jan 2012 07:11:09 +0000 (07:11 +0000)
committernethack.rankin <nethack.rankin>
Mon, 23 Jan 2012 07:11:09 +0000 (07:11 +0000)
commitd1ffc0eaa3ab6f10bc417260d6e7986a4307ace3
tree9c98deea932f840989ddce277b9f1f02dc490624
parentfa80181ed0a836a49a63e87600da24a06c988509
unixtty lint (trunk only)

     gcc reports "comparison between signed and unsigned".  One header file
uses unsigned long for tty flags, another uses [signed] short.  'unsigned'
seems like the best compromise, but this might accidentally introduce lint
for some other configuration.
sys/share/unixtty.c