From 046c2c32dd7268cc51de9748f42c14abc102e4f6 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Mon, 17 Nov 2003 19:03:41 +0000 Subject: merge XFree86 4.3.0.1 to -CURRENT --- AuFileName.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AuFileName.c') diff --git a/AuFileName.c b/AuFileName.c index aa456a1..a1bb520 100644 --- a/AuFileName.c +++ b/AuFileName.c @@ -25,15 +25,17 @@ 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/AuFileName.c,v 3.7 2001/12/14 19:54:36 dawes Exp $ */ #include #include +#include char * XauFileName () { char *slashDotXauthority = "/.Xauthority"; - char *name, *malloc (), *getenv (); + char *name; static char *buf; static int bsize; #ifdef WIN32 -- cgit v1.2.3