svn commit: r319851 - head/sys/compat/linux
Dmitry Chagin
dchagin at FreeBSD.org
Mon Jun 12 07:48:53 UTC 2017
Author: dchagin
Date: Mon Jun 12 07:48:51 2017
New Revision: 319851
URL: https://svnweb.freebsd.org/changeset/base/319851
Log:
Remove the outdated definition.
MFC after: 1 week
Modified:
head/sys/compat/linux/linux_file.c
Modified: head/sys/compat/linux/linux_file.c
==============================================================================
--- head/sys/compat/linux/linux_file.c Mon Jun 12 07:43:58 2017 (r319850)
+++ head/sys/compat/linux/linux_file.c Mon Jun 12 07:48:51 2017 (r319851)
@@ -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)
{
More information about the svn-src-all
mailing list