diff options
author | Damien Miller <djm@mindrot.org> | 2000-01-02 01:45:33 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-01-02 01:45:33 +0100 |
commit | 6b85a7ffa6aefa75be7b19fc08a99d3971e02412 (patch) | |
tree | a1e49bce1c5be172c1ecf82dc7b4874470f19e42 /bsd-misc.c | |
parent | Prepare for pre24 (diff) | |
download | openssh-6b85a7ffa6aefa75be7b19fc08a99d3971e02412.tar.xz openssh-6b85a7ffa6aefa75be7b19fc08a99d3971e02412.zip |
- Added support for directory-based lastlogs
- Really fix typedefs, patch from Ben Taylor <bent@clark.net>
- Prevent multiple inclusion of config.h and defines.h. Suggested
by Andre Lucas <andre.lucas@dial.pipex.com>
Diffstat (limited to 'bsd-misc.c')
-rw-r--r-- | bsd-misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bsd-misc.c b/bsd-misc.c index 0ffe5168b..a4dafb9d9 100644 --- a/bsd-misc.c +++ b/bsd-misc.c @@ -33,6 +33,8 @@ ** */ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -47,7 +49,6 @@ #include "xmalloc.h" #include "ssh.h" -#include "config.h" #include "bsd-misc.h" #ifndef offsetof |