summaryrefslogtreecommitdiffstats
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 02e7a57d..723da7b7 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
-/* $Id: openbsd-compat.h,v 1.9 2001/06/28 23:30:38 mouring Exp $ */
+/* $Id: openbsd-compat.h,v 1.10 2001/06/29 12:32:33 mouring Exp $ */
#ifndef _OPENBSD_H
#define _OPENBSD_H
@@ -18,7 +18,6 @@
#include "dirname.h"
#include "base64.h"
#include "sigact.h"
-#include "inet_aton.h"
#include "inet_ntoa.h"
#include "strsep.h"
#include "vis.h"