FreeBSD Bugzilla – Attachment 244528 Details for
Bug 273480
scandir.3: missing return type for scandirat, argument type and argument name must be enclosed in double quotations marks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for lib/libc/gen/scandir.3
scandir.3.diff (text/plain), 1.01 KB, created by
Trond Endrestøl
on 2023-08-31 15:32:33 UTC
(
hide
)
Description:
Patch for lib/libc/gen/scandir.3
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2023-08-31 15:32:33 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 >index e6d1fb38c2b1..b2a1520e8dfe 100644 >--- a/lib/libc/gen/scandir.3 >+++ b/lib/libc/gen/scandir.3 >@@ -48,9 +48,9 @@ > .Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp" > .Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp" > .Fc >-.Ft >+.Ft int > .Fo scandirat >-.Fa int dirfd >+.Fa "int dirfd" > .Fa "const char *dirname" > .Fa "struct dirent ***namelist" > .Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp" >@@ -61,7 +61,7 @@ > .Fa "const char *dirname" > .Fa "struct dirent ***namelist" > .Fa "int \*(lp*select\^(rp\*(lpconst struct dirent *\*(rp" >-.Fa "int \*(lp^compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp" >+.Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp" > .Fc > .Ft int > .Fn alphasort "const struct dirent **d1" "const struct dirent **d2" >@@ -186,7 +186,6 @@ functions appeared in > The > .Fn scandirat > and >-.Fn >-versionsort >+.Fn versionsort > functions were added in > .Fx 13.2 .
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273480
:
244526
|
244527
|
244528
|
244529
|
244531
|
244532