diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
commit | b1f67da8b1b0cc93ea54a5c4ae89e6e835657729 (patch) | |
tree | 58a5112492c1b23d03a7bf341d52de37330c9883 /app/xfs/include/access.h | |
parent | ffd564eb05c09caff0dba3c4eb783739645a440e (diff) |
update to xfs 1.1.0.
Diffstat (limited to 'app/xfs/include/access.h')
-rw-r--r-- | app/xfs/include/access.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/xfs/include/access.h b/app/xfs/include/access.h index 19c774c90..58bb230ab 100644 --- a/app/xfs/include/access.h +++ b/app/xfs/include/access.h @@ -1,4 +1,3 @@ -/* $Xorg: access.h,v 1.4 2001/02/09 02:05:43 xorgcvs Exp $ */ /* Copyright 1987, 1998 The Open Group @@ -44,22 +43,14 @@ in this Software without prior written authorization from The Open Group. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * @(#)access.h 4.1 91/05/02 - * */ -/* $XFree86: xc/programs/xfs/include/access.h,v 1.4 2001/01/17 23:45:30 dawes Exp $ */ #ifndef _ACCESS_H_ #define _ACCESS_H_ -typedef struct _hostaddress *HostList; - #include <os.h> #include <client.h> -#define HOST_AF_INET 1 -#define HOST_AF_DECnet 2 - extern int CheckClientAuthorization( ClientPtr client, AuthPtr client_auth, |