Actions
Bug #4849
closedstrlcpy(9F) points to the wrong header
Start date:
2014-05-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The manual page suggests to look in <sys/ddi.h>
, but unlike all the other functions, strlcpy is in <sys/sunddi.h>
.
Updated by Bart Coddens over 9 years ago
- Status changed from New to In Progress
- Assignee set to Bart Coddens
Easy Fix,
I will take this one
Bart
Updated by Electric Monk over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 13bb82abd861fb185be572d7ae5710bf0f98a17a
commit 13bb82abd861fb185be572d7ae5710bf0f98a17a Author: Bart Coddens <bart.coddens@gmail.com> Date: 2014-06-09T19:03:01.000Z 4849 strlcpy(9F) points to the wrong header Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions