Skip to content

Commit

Permalink
[FreeBSD] Unconditionally define HASKQUEUE (#254)
Browse files Browse the repository at this point in the history
It showed up in 2000.
  • Loading branch information
mjguzik authored Sep 16, 2022
1 parent 1a5385b commit 7000393
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dialects/freebsd/dlsof.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,7 @@ int open(const char *, int, ...);
#undef _KERNEL
#undef KERNEL

# if defined(DTYPE_KQUEUE)
#define HASKQUEUE /* has the kqueue file type */
#define _KERNEL
#include <sys/eventvar.h>
#undef _KERNEL
# endif /* defined(DTYPE_KQUEUE) */

struct vop_advlock_args { int dummy; }; /* to pacify lf_advlock() prototype */
#undef MALLOC_DECLARE
Expand Down

0 comments on commit 7000393

Please sign in to comment.