diff options
author | Eamon Walsh <ewalsh@epoch.ncsc.mil> | 2004-05-04 19:42:36 +0000 |
---|---|---|
committer | Eamon Walsh <ewalsh@epoch.ncsc.mil> | 2004-05-04 19:42:36 +0000 |
commit | e5e26c01ca02aca62296e1e2e95f1c6c7fc58bfd (patch) | |
tree | bca3fe3d7a8443a3915eee7353b9b5284dbd98ca | |
parent | e29172f873d92fcb434605a9a4cf70326a156886 (diff) |
Merge the new release from HEADXACE-SELINUX
-rw-r--r-- | X.h | 3 | ||||
-rw-r--r-- | Xfuncs.h | 2 | ||||
-rw-r--r-- | Xmd.h | 2 | ||||
-rw-r--r-- | Xos.h | 2 | ||||
-rw-r--r-- | Xosdefs.h | 2 |
5 files changed, 7 insertions, 4 deletions
@@ -304,6 +304,9 @@ are reserved in the protocol for errors and replies. */ #define FamilyChaos 2 #define FamilyInternet6 6 /* IPv6 */ +/* authentication families not tied to a specific protocol */ +#define FamilyServerInterpreted 5 + /* Property notification */ #define PropertyNewValue 0 @@ -1,5 +1,5 @@ /* - * $XdotOrg: xc/include/Xfuncs.h,v 1.1.4.2 2003/12/20 00:28:21 kaleb Exp $ + * $XdotOrg: xc/include/Xfuncs.h,v 1.2 2004/04/23 18:43:05 eich Exp $ * $Xorg: Xfuncs.h,v 1.4 2001/02/09 02:03:22 xorgcvs Exp $ * * @@ -64,7 +64,7 @@ SOFTWARE. defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__AMD64__) || defined(AMD64) || \ + defined(__amd64__) || defined(amd64) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) #define LONG64 /* 32/64-bit architecture */ #endif @@ -1,5 +1,5 @@ /* - * $XdotOrg: xc/include/Xos.h,v 1.1.4.4 2004/02/16 20:55:02 alanc Exp $ + * $XdotOrg: xc/include/Xos.h,v 1.2 2004/04/23 18:43:05 eich Exp $ * $Xorg: Xos.h,v 1.6 2001/02/09 02:03:22 xorgcvs Exp $ * * @@ -1,7 +1,7 @@ /* * O/S-dependent (mis)feature macro definitions * - * $XdotOrg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ + * $XdotOrg: xc/include/Xosdefs.h,v 1.2 2004/04/23 18:43:05 eich Exp $ * $Xorg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ * Copyright 1991, 1998 The Open Group |