]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-socket.c
Merge remote-tracking branch 'origin/dev-table' into dev-table
[libucw.git] / ucw / fb-socket.c
index 0a78273f3ec124f0d1d885d8ede0d46ec33e61e5..1402f7ba5a4953d8d3f89e68a9d21d17106a8897 100644 (file)
@@ -133,7 +133,7 @@ fbsock_create(struct fbsock_params *p)
 
 #include <stdlib.h>
 
-static void test_err(void *x UNUSED, uns flags, char *msg UNUSED)
+static void test_err(void *x UNUSED, uint flags, char *msg UNUSED)
 {
   if (flags & FBSOCK_READ)
     printf("READ");