From 12bbbbb254f52349083b974f194399e8cafbe151 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Mon, 12 Jun 2017 07:48:51 +0000 Subject: [PATCH] Remove the outdated definition. MFC after: 1 week --- sys/compat/linux/linux_file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 0ee17f121507..f4926873136e 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -307,8 +307,6 @@ struct l_dirent64 { roundup(offsetof(struct l_dirent64, d_name) + (namlen) + 1, \ sizeof(uint64_t)) -#define LINUX_DIRBLKSIZ 512 - int linux_getdents(struct thread *td, struct linux_getdents_args *args) {