Correct version check 9.9.26 -> 9.99.26

This commit is contained in:
Kamil Rytarowski 2019-12-18 21:03:17 +01:00
parent badba5118f
commit 3f96686700
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
#include <dev/dmover/dmover_io.h>
#include <dev/dtv/dtvio_demux.h>
#include <dev/dtv/dtvio_frontend.h>
#if !__NetBSD_Prereq__(9, 9, 26)
#if !__NetBSD_Prereq__(9, 99, 26)
#include <dev/filemon/filemon.h>
#else
#define FILEMON_SET_FD _IOWR('S', 1, int)