summaryrefslogtreecommitdiff
path: root/bsd-misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-02 11:45:33 +1100
committerDamien Miller <djm@mindrot.org>2000-01-02 11:45:33 +1100
commit6b85a7ffa6aefa75be7b19fc08a99d3971e02412 (patch)
treea1e49bce1c5be172c1ecf82dc7b4874470f19e42 /bsd-misc.c
parent7cfd3e6fb631a59e28e3f6876d663fae4e63002d (diff)
- 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.c3
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 @@
33** 33**
34*/ 34*/
35 35
36#include "config.h"
37
36#include <stdio.h> 38#include <stdio.h>
37#include <stdlib.h> 39#include <stdlib.h>
38#include <string.h> 40#include <string.h>
@@ -47,7 +49,6 @@
47 49
48#include "xmalloc.h" 50#include "xmalloc.h"
49#include "ssh.h" 51#include "ssh.h"
50#include "config.h"
51#include "bsd-misc.h" 52#include "bsd-misc.h"
52 53
53#ifndef offsetof 54#ifndef offsetof