diff --git a/contrib/netbsd-tests/lib/libc/gen/t_glob.c b/contrib/netbsd-tests/lib/libc/gen/t_glob.c index 573ba7fb4b9d..a2d9bcfba707 100644 --- a/contrib/netbsd-tests/lib/libc/gen/t_glob.c +++ b/contrib/netbsd-tests/lib/libc/gen/t_glob.c @@ -48,10 +48,6 @@ __RCSID("$NetBSD: t_glob.c,v 1.5 2017/01/14 20:47:41 christos Exp $"); #include "h_macros.h" -#ifdef __FreeBSD__ -#define __gl_stat_t struct stat -#endif - #ifdef DEBUG #define DPRINTF(a) printf a