summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-12 21:35:52 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-12 21:35:52 +0000
commit0998872972ec9a059204344cf0bec64123b3e28c (patch)
tree7a32085ad4557354053c3d2dbfd0dc0b1cb6a958 /openbsd-compat/openbsd-compat.h
parent2b646528cbee9b0051f3904c56b7d49aac5cdc6c (diff)
- (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
lack it.
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 5d236731b..876e8f6ac 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.5 2001/03/18 23:09:28 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.6 2001/04/12 21:35:54 mouring Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -19,6 +19,7 @@
19#include "sigact.h" 19#include "sigact.h"
20#include "inet_aton.h" 20#include "inet_aton.h"
21#include "inet_ntoa.h" 21#include "inet_ntoa.h"
22#include "inet_ntop.h"
22#include "strsep.h" 23#include "strsep.h"
23#include "strtok.h" 24#include "strtok.h"
24#include "vis.h" 25#include "vis.h"