diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:09 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:09 +0000 |
commit | bca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c (patch) | |
tree | dac6cafb3be04511d07dfc10bf56d944236580b4 /AuLock.c | |
parent | 1be3101aeab9b6136c32a91c23799724a7fe7797 (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 'AuLock.c')
-rw-r--r-- | AuLock.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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/AuLock.c,v 3.6 2002/05/31 18:45:43 dawes Exp $ */ +/* $XFree86: xc/lib/Xau/AuLock.c,v 3.7 2003/11/17 22:20:21 dawes Exp $ */ #include <X11/Xauth.h> #include <X11/Xos.h> @@ -46,21 +46,12 @@ extern unsigned sleep (); #define link rename #endif -#if NeedFunctionPrototypes int XauLockAuth ( _Xconst char *file_name, int retries, int timeout, long dead) -#else -int -XauLockAuth (file_name, retries, timeout, dead) -char *file_name; -int retries; -int timeout; -long dead; -#endif { char creat_name[1025], link_name[1025]; struct stat statb; |