summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-24 00:24:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-24 00:24:19 +0000
commit803f16cbe4acdcfaf21e87c5f655c63b85f8d1a3 (patch)
tree30edf5f96c8c272bccd99709790d59f2ad1a7019 /openbsd-compat/openbsd-compat.h
parent65981156b8fb16b52903d42bd138ca4c095f9e0b (diff)
downloadopenssh-git-803f16cbe4acdcfaf21e87c5f655c63b85f8d1a3.tar.gz
- (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
some platforms.
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index b3e6a5eb..a377b144 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
-/* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
+/* $Id: openbsd-compat.h,v 1.3 2001/02/24 00:24:20 mouring Exp $ */
#ifndef _OPENBSD_H
#define _OPENBSD_H
@@ -16,7 +16,7 @@
#include "mktemp.h"
#include "daemon.h"
#include "base64.h"
-#include "sigaction.h"
+#include "sigact.h"
#include "inet_aton.h"
#include "inet_ntoa.h"
#include "strsep.h"