Page MenuHomeFreeBSD

D28387.diff
No OneTemporary

D28387.diff

diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c
--- a/sys/fs/tmpfs/tmpfs_vnops.c
+++ b/sys/fs/tmpfs/tmpfs_vnops.c
@@ -1609,6 +1609,10 @@
*retval = TMPFS_LINK_MAX;
break;
+ case _PC_SYMLINK_MAX:
+ *retval = MAXPATHLEN;
+ break;
+
case _PC_NAME_MAX:
*retval = NAME_MAX;
break;

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 3:39 AM (9 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15593876
Default Alt Text
D28387.diff (315 B)

Event Timeline