X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fres-fd.c;h=15f628137fbc81ad0622c69c4e0b6aa5eb7184ba;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=a948b052d07f03e8c5c93a948f6c66ff17732102;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/res-fd.c b/ucw/res-fd.c index a948b052..15f62813 100644 --- a/ucw/res-fd.c +++ b/ucw/res-fd.c @@ -20,7 +20,7 @@ fd_res_free(struct resource *r) } static void -fd_res_dump(struct resource *r, uns indent UNUSED) +fd_res_dump(struct resource *r, uint indent UNUSED) { printf(" fd=%d\n", (int)(intptr_t) r->priv); }