From 3ea773fa80b5afb5415d998915b379075022a97d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 19 Nov 2008 16:10:00 -0600 Subject: [PATCH] remove UNKNOWN test --- vm/os-netbsd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/os-netbsd.h b/vm/os-netbsd.h index 54b5d0bcff..6486acda4a 100644 --- a/vm/os-netbsd.h +++ b/vm/os-netbsd.h @@ -2,5 +2,4 @@ #define UAP_PROGRAM_COUNTER(uap) _UC_MACHINE_PC((ucontext_t *)uap) -#define UNKNOWN_TYPE_P(file) ((file)->d_type == DT_UNKNOWN) #define DIRECTORY_P(file) ((file)->d_type == DT_DIR)