Promote uid_t value to long and print with %ld to prevent compile
authorDavid Levine <levinedl@acm.org>
Wed, 14 Mar 2012 00:56:06 +0000 (19:56 -0500)
committerDavid Levine <levinedl@acm.org>
Wed, 14 Mar 2012 00:56:06 +0000 (19:56 -0500)
commit87338553457d665afd00699a7c2f6fd66776d3f0
tree45d811a8c218f255ef658a27b79d171c7299dcb7
parent8eeb81b97870153a57c9dff79540c70d89ef87a4
Promote uid_t value to long and print with %ld to prevent compile
warning on platforms, such as Cygwin, where it is a long.
test/getfullname.c