Remove the outdated definition.

MFC after:	1 week
This commit is contained in:
Dmitry Chagin 2017-06-12 07:48:51 +00:00
parent 74c9a5910c
commit 12bbbbb254
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319851

View File

@ -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)
{