Skip to content

Commit 3f96686

Browse files
committed
Correct version check 9.9.26 -> 9.99.26
1 parent badba51 commit 3f96686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#include <dev/dmover/dmover_io.h>
110110
#include <dev/dtv/dtvio_demux.h>
111111
#include <dev/dtv/dtvio_frontend.h>
112-
#if !__NetBSD_Prereq__(9, 9, 26)
112+
#if !__NetBSD_Prereq__(9, 99, 26)
113113
#include <dev/filemon/filemon.h>
114114
#else
115115
#define FILEMON_SET_FD _IOWR('S', 1, int)

0 commit comments

Comments
 (0)