diff options
Diffstat (limited to 'sys/boot/common/dev_net.c')
-rw-r--r-- | sys/boot/common/dev_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index c944e59..619fff8 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -139,6 +139,7 @@ net_open(struct open_file *f, ...) return (error); } } + netdev_opens++; } netdev_opens++; f->f_devdata = &netdev_sock; |