]> andersk Git - openssh.git/blame - openbsd-compat/strlcpy.h
- (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
[openssh.git] / openbsd-compat / strlcpy.h
CommitLineData
0b202697 1/* $Id$ */
2
beb43d31 3#ifndef _BSD_STRLCPY_H
4#define _BSD_STRLCPY_H
fb723d82 5
6#include "config.h"
7#ifndef HAVE_STRLCPY
beb43d31 8#include <sys/types.h>
8efc0c15 9size_t strlcpy(char *dst, const char *src, size_t siz);
fb723d82 10#endif /* !HAVE_STRLCPY */
11
beb43d31 12#endif /* _BSD_STRLCPY_H */
This page took 0.1556 seconds and 5 git commands to generate.