Skip to content

Commit

Permalink
[NFC] Fix sanitizer lint problem that's breaking Android bot.
Browse files Browse the repository at this point in the history
Fixes the lint issue introduced by
e14ff22
  • Loading branch information
hctim committed Dec 18, 2019
1 parent 9a8c803 commit 2f4c3c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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, 9, 26)
#include <dev/filemon/filemon.h>
#else
#define FILEMON_SET_FD _IOWR('S', 1, int)
Expand Down

0 comments on commit 2f4c3c5

Please sign in to comment.