Fix authorship

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@568 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2012-04-05 14:35:53 +00:00
parent 3cba749dfe
commit 89e4f8a9e7
3 changed files with 6 additions and 0 deletions

View File

@ -151,4 +151,6 @@ openpam_readlinev(FILE *f, int *lineno, int *lenp)
*
*>openpam_readline
*>openpam_readword
*
* AUTHOR DES
*/

View File

@ -202,4 +202,6 @@ openpam_readword(FILE *f, int *lineno, size_t *lenp)
*
*>openpam_readline
*>openpam_readlinev
*
* AUTHOR DES
*/

View File

@ -106,4 +106,6 @@ openpam_straddch(char **str, size_t *size, size_t *len, int ch)
* integer variable pointed to by =len and returns 0.
* Otherwise, it leaves the variables pointed to by =str, =size and =len
* unmodified, sets :errno to =ENOMEM and returns -1.
*
* AUTHOR DES
*/