]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/res-fd.c
xtypes: Added FIXME with possible segfault.
[libucw.git] / ucw / res-fd.c
index 99d2dfcf0363149f128e2decc04f80bf06e6f004..15f628137fbc81ad0622c69c4e0b6aa5eb7184ba 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/resource.h"
+#include <ucw/lib.h>
+#include <ucw/resource.h>
 
 #include <stdio.h>
 #include <unistd.h>
@@ -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);
 }