klibc-bot for H. Peter Anvin
2016-Jan-26 23:51 UTC
[klibc] [klibc:master] accept.c: fix file header
Commit-ID: b7536497ab08689ebe12c03558379982dc61ac0c Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b7536497ab08689ebe12c03558379982dc61ac0c Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Tue, 26 Jan 2016 15:49:43 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Tue, 26 Jan 2016 15:49:43 -0800 [klibc] accept.c: fix file header Correct the filename in the header. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- usr/klibc/accept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/klibc/accept.c b/usr/klibc/accept.c index 3ae7bcd..6057544 100644 --- a/usr/klibc/accept.c +++ b/usr/klibc/accept.c @@ -1,5 +1,5 @@ /* - * pread.c + * accept.c * * Some architectures need to wrap the system call */
Seemingly Similar Threads
- [klibc:master] Add accept4(), handle fallback from accept () to accept4()
- [klibc:master] sys/sysmacros.h: match glibc and define non-__ macros
- [klibc:master] Install headers with consistent mode
- [klibc:master] Inline __arch_libcinit()
- [klibc:master] add-mips64-support-headers