summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-29 12:32:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-29 12:32:31 +0000
commitdeacfcc43f968f20c7aa6e99ae077b7036059850 (patch)
treebfe49249ec09ec9d9957eb64c5be066f89e1ba80 /openbsd-compat/openbsd-compat.h
parent961e98c6869b6c6ea98b007957687a9a9ef64252 (diff)
- (bal) Removed net_aton() since we don't use it any more
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 02e7a57d3..723da7b79 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.9 2001/06/28 23:30:38 mouring Exp $ */ 1/* $Id: openbsd-compat.h,v 1.10 2001/06/29 12:32:33 mouring Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -18,7 +18,6 @@
18#include "dirname.h" 18#include "dirname.h"
19#include "base64.h" 19#include "base64.h"
20#include "sigact.h" 20#include "sigact.h"
21#include "inet_aton.h"
22#include "inet_ntoa.h" 21#include "inet_ntoa.h"
23#include "strsep.h" 22#include "strsep.h"
24#include "vis.h" 23#include "vis.h"