summaryrefslogtreecommitdiff
path: root/AuGetAddr.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:09 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:09 +0000
commitbca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c (patch)
treedac6cafb3be04511d07dfc10bf56d944236580b4 /AuGetAddr.c
parent1be3101aeab9b6136c32a91c23799724a7fe7797 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'AuGetAddr.c')
-rw-r--r--AuGetAddr.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/AuGetAddr.c b/AuGetAddr.c
index cd6948b..b0a4caf 100644
--- a/AuGetAddr.c
+++ b/AuGetAddr.c
@@ -25,7 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xau/AuGetAddr.c,v 1.5 2001/12/14 19:54:36 dawes Exp $ */
+/* $XFree86: xc/lib/Xau/AuGetAddr.c,v 1.6 2003/11/17 22:20:21 dawes Exp $ */
#include <X11/Xauth.h>
#include <X11/Xos.h>
@@ -39,7 +39,6 @@ binaryEqual (_Xconst char *a, _Xconst char *b, int len)
return 1;
}
-#if NeedFunctionPrototypes
Xauth *
XauGetAuthByAddr (
#if NeedWidePrototypes
@@ -62,19 +61,6 @@ unsigned int name_length,
unsigned short name_length,
#endif
_Xconst char* name)
-#else
-Xauth *
-XauGetAuthByAddr (family, address_length, address,
- number_length, number,
- name_length, name)
-unsigned short family;
-unsigned short address_length;
-char *address;
-unsigned short number_length;
-char *number;
-unsigned short name_length;
-char *name;
-#endif
{
FILE *auth_file;
char *auth_name;