svn commit: r281078 - user/dchagin/lemul/sys/conf

Dmitry Chagin dchagin at FreeBSD.org
Sat Apr 4 18:49:49 UTC 2015


Author: dchagin
Date: Sat Apr  4 18:49:48 2015
New Revision: 281078
URL: https://svnweb.freebsd.org/changeset/base/281078

Log:
  Fix build. Add procfs_fdlink.c to the files.

Modified:
  user/dchagin/lemul/sys/conf/files

Modified: user/dchagin/lemul/sys/conf/files
==============================================================================
--- user/dchagin/lemul/sys/conf/files	Sat Apr  4 18:45:25 2015	(r281077)
+++ user/dchagin/lemul/sys/conf/files	Sat Apr  4 18:49:48 2015	(r281078)
@@ -2778,6 +2778,7 @@ fs/nullfs/null_vnops.c		optional nullfs
 fs/procfs/procfs.c		optional procfs
 fs/procfs/procfs_ctl.c		optional procfs
 fs/procfs/procfs_dbregs.c	optional procfs
+fs/procfs/procfs_fdlink.c	optional procfs
 fs/procfs/procfs_fpregs.c	optional procfs
 fs/procfs/procfs_ioctl.c	optional procfs
 fs/procfs/procfs_map.c		optional procfs


More information about the svn-src-user mailing list