diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-26 12:21:24 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-26 12:21:24 +1100 |
commit | 42b81ffe7d1e98b362696076edbc56a66368053e (patch) | |
tree | 0c11756e8b9def63760aa59e6d2a195fcc380196 /includes.h | |
parent | bf3f6ef19b8d43b09598807cc30de7e66be37563 (diff) | |
download | openssh-git-42b81ffe7d1e98b362696076edbc56a66368053e.tar.gz |
- Add definition for __P()
- Added [v]snprintf() replacement for systems that lack it
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "bsd-strlcpy.h" #include "bsd-strlcat.h" #include "bsd-mktemp.h" +#include "bsd-snprintf.h" /* Define this to be the path of the xauth program. */ #ifndef XAUTH_PATH |