summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-21 18:56:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-21 18:56:04 +0000
commit56df9826d36908a3fffde27467e98f4833e0c60f (patch)
treee047b06782155dbe940c33973450f5b8ad649b00 /lib
parentff40b3568305ffa9a351f323ec4fea1a9ac96ac4 (diff)
mention sys/types.h needed; eth0@o2.pl
Diffstat (limited to 'lib')
-rw-r--r--lib/libwrap/hosts_access.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3
index 6fd738ccb6a..38f64bf52b9 100644
--- a/lib/libwrap/hosts_access.3
+++ b/lib/libwrap/hosts_access.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.3,v 1.13 2003/07/08 13:52:52 jmc Exp $
+.\" $OpenBSD: hosts_access.3,v 1.14 2006/12/21 18:56:03 deraadt Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -33,6 +33,7 @@
.Nm request_set
.Nd tcp wrapper access control library
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <tcpd.h>
.Vt extern int allow_severity;
.Vt extern int deny_severity;