Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131537960
D52924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D52924.diff
View Options
diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c
--- a/lib/libc/gen/fts.c
+++ b/lib/libc/gen/fts.c
@@ -106,7 +106,6 @@
* This assumption only holds for UFS-like filesystems that implement
* links and directories this way, so we must punt for others.
*/
-
static const char *ufslike_filesystems[] = {
"ufs",
"zfs",
@@ -679,7 +678,6 @@
void *
(fts_get_clientptr)(FTS *sp)
{
-
return (fts_get_clientptr(sp));
}
@@ -696,7 +694,6 @@
void
fts_set_clientptr(FTS *sp, void *clientptr)
{
-
sp->fts_clientptr = clientptr;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 10, 1:39 AM (19 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23423235
Default Alt Text
D52924.diff (546 B)
Attached To
Mode
D52924: fts: Remove a few stray blank lines
Attached
Detach File
Event Timeline
Log In to Comment