diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-12 22:27:33 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-12 22:27:33 +0100 |
commit | c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385 (patch) | |
tree | 5eadc1e35464be6ec748793060d92b12fa637052 /includes.h | |
parent | Whitespace (diff) | |
download | openssh-c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385.tar.xz openssh-c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385.zip |
- Fix compilation on systems with AFS. Reported by
aloomis@glue.umd.edu
- Fix installation on Solaris. Reported by
Gordon Rowell <gordonr@gormand.com.au>
- Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
- Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
- Compile fix from David Agraz <dagraz@jahoopa.com>
- Avoid compiler warning in bsd-snprintf.c
- Added pam_limits.so to default PAM config. Suggested by
Jim Knoble <jmknoble@pobox.com>
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 6afe88d54..c14ab6b3d 100644 --- a/includes.h +++ b/includes.h @@ -77,6 +77,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "bsd-strlcat.h" #include "bsd-mktemp.h" #include "bsd-snprintf.h" +#include "bsd-daemon.h" /* Define this to be the path of the xauth program. */ #ifndef XAUTH_PATH |