diff options
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 8058fa6..690c8fc 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -76,6 +76,7 @@ static struct resclass rf_class = { sizeof(struct rfile), rf_free, rf_dump, + NULL, NULL }; @@ -203,6 +204,7 @@ static struct resclass tm_class = { sizeof(timer), tm_free, tm_dump, + NULL, NULL }; @@ -573,6 +575,7 @@ static struct resclass sk_class = { sizeof(sock), sk_free, sk_dump, + NULL, NULL }; |