diff options
author | djm <djm> | 2006-08-30 17:24:41 +0000 |
---|---|---|
committer | djm <djm> | 2006-08-30 17:24:41 +0000 |
commit | cafef016e3a3daff912be40996f8018dc8b75d63 (patch) | |
tree | 6aa49eb1577062dd201155e90f99f2cd37311ef3 /includes.h | |
parent | aadf5d4f565f21b2f62027fb57834c39368c8370 (diff) | |
download | openssh-cafef016e3a3daff912be40996f8018dc8b75d63.tar.gz |
- (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
[platform.c platform.h sshd.c openbsd-compat/Makefile.in]
[openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c]
[openbsd-compat/port-solaris.h] Add support for Solaris process
contracts, enabled with --use-solaris-contracts. Patch from Chad
Mynhier, tweaked by dtucker@ and myself; ok dtucker@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ #include "defines.h" +#include "platform.h" #include "openbsd-compat/openbsd-compat.h" #include "openbsd-compat/bsd-nextstep.h" |