diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-21 18:56:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-21 18:56:04 +0000 |
commit | 56df9826d36908a3fffde27467e98f4833e0c60f (patch) | |
tree | e047b06782155dbe940c33973450f5b8ad649b00 /lib | |
parent | ff40b3568305ffa9a351f323ec4fea1a9ac96ac4 (diff) |
mention sys/types.h needed; eth0@o2.pl
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libwrap/hosts_access.3 | 3 |
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; |