summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 18249d81e..278ac71d9 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.40 2006/07/12 13:10:34 dtucker Exp $ */ 1/* $Id: openbsd-compat.h,v 1.41 2006/08/30 17:24:42 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -190,10 +190,12 @@ char *shadow_pw(struct passwd *pw);
190/* Routines for a single OS platform */ 190/* Routines for a single OS platform */
191#include "bsd-cray.h" 191#include "bsd-cray.h"
192#include "bsd-cygwin_util.h" 192#include "bsd-cygwin_util.h"
193
194#include "port-aix.h"
193#include "port-irix.h" 195#include "port-irix.h"
194#include "port-linux.h" 196#include "port-linux.h"
195#include "port-aix.h" 197#include "port-solaris.h"
196#include "port-uw.h"
197#include "port-tun.h" 198#include "port-tun.h"
199#include "port-uw.h"
198 200
199#endif /* _OPENBSD_COMPAT_H */ 201#endif /* _OPENBSD_COMPAT_H */